COLOR #AD770A

HEX: #AD770A RGB: (173,119,10)

Color info

#AD770A contains mainly red and green colors. Web safe color of #AD770A is #996600 (or #960).

RGB color model

#AD770A color RGB value is (173,119,10).

RGB: (173,119,10) (68%, 47%, 4%)

RGB channels and saturation

R 173 of 255 = 68%
G 119 of 255 = 47%
B 10 of 255 = 4%

173
119
10

R + G + B ~ 40%. #AD770A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 119 + 10 = 302 (100%)
R 173 of 302 ~ 57.28%
G 119 of 302 ~ 39.4%
B 10 of 302 ~ 3.31'%

%57.28
%39.4

CMYK color model

#AD770A color CMYK value is (0,31,94,32).

  • cyan value is 0.00%
  • magenta value is 31.21%
  • yellow value is 94.22%
  • key color value is 32.16%

CMYK: (0,31,94,32)
C0M31Y94K32 (0%, 31%, 94%, 32%)
(0.00 / 0.31 / 0.94 / 0.32)

CMYK percentages

%0
%31.21
%94.22
%32.16

Codes

Color #AD770A in popluar color models

AD 77 0A
RGB 173 119 10
HSL 40° 89.07% 35.88%
HSB/HSV 40° 94.22% 67.84%
CMYK 0.00% 31.21% 94.22%
32.16%

Color #AD770A in popluar number systems.

HEX AD 77 0A
Decimal 173 119 10
Binary 10101101 1110111 1010
Octal 255 167 12

Shades and tints

Shades of #AD770A

#AD770A
(173,119,10)
#9E6D0A
(158,109,10)
#8F630A
(143,99,10)
#80590A
(128,89,10)
#714F0A
(113,79,10)
#62450A
(98,69,10)
#533B0A
(83,59,10)
#44310A
(68,49,10)
#35270A
(53,39,10)
#261D0A
(38,29,10)
#17130A
(23,19,10)
#000000
(0,0,0)

Tints of #AD770A

#AD770A
(173,119,10)
#B48320
(180,131,32)
#BB8F36
(187,143,54)
#C29B4C
(194,155,76)
#C9A762
(201,167,98)
#D0B378
(208,179,120)
#D7BF8E
(215,191,142)
#DECBA4
(222,203,164)
#E5D7BA
(229,215,186)
#ECE3D0
(236,227,208)
#F3EFE6
(243,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD770A color. Also use rgb(173,119,10) instead hex code.

Text Font Color

.myTextColor { color: #AD770A; }

<p style="color:#AD770A">This sample text font color is #AD770A.</p>

This text font color is #AD770A.

Background Color

.myBgColor { background-color: #AD770A; }

<div style="background-color:#AD770A">Inner text</div>

This div background color is #AD770A.

Border color

.myBorderColor { border: 1px solid #AD770A; }

<div style="border:3px solid #AD770A">Div</div>

This div border color is #AD770A.

Opacity

.myOpacity80 { color: #AD770A; opacity: 0.8; }

<p style="color:#AD770A;opacity:0.8;">80%</p>

Text with #AD770A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AD770A;}

<p style="text-shadow: 3px 3px 1px #AD770A">Text here.</p>

This text has shadow with #AD770A color.


.textShadow {text-shadow: 3px 3px 1px #AD770A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AD770A, 5px 5px 20px red">Text here.</p>

This text has shadow with #AD770A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD770A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AD770A, Direction=45, Strength=4)">Text</p>

This text has shadow with #AD770A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD770A;
-webkit-box-shadow: 1px 1px 3px 2px #AD770A;
box-shadow: 1px 1px 3px 2px #AD770A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD770A; -webkit-box-shadow: 1px 1px 3px 2px #AD770A; box-shadow:1px 1px 3px 2px #AD770A;">
Div content here
</div>

This div box has shadow with color #AD770A.

Preview

Color preview on black background

This text has color #AD770A on black background.


Color preview on white background

This text has color #AD770A on white background.


Black color preview on #AD770A background

This text has black color on #AD770A background.


White color preview on #AD770A background

This text has white color on #AD770A background.


Related colors

Complementary color

Complementary color for #hex is #5288F5.


I love getcolorcode.com

Triadic colors

1 #0AAD77 and #770AAD with #AD770A are triadic colors.

2 #0A77AD and #77AD0A with #AD770A are triadic colors.