Html Css Color HEX #AA7706 Dark Goldenrod

📋 copy color: '#AA7706'

red 170 ◦ green 119 ◦ blue 6

#AA7706
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AA7706

Tints of Dark Goldenrod #AA7706

RGB

 RED value IS 170 (66.8% from 255) = 57.63%

 GREEN value IS 119 (46.88% from 255) = 40.34%

 BLUE value IS 6 (2.73% from 255) = 2.03%

R = 57.63%
G = 40.34%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.96

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AA7706 (or 0xAA7706) is known color: Dark Goldenrod. HEX triplet: AA, 77 and 06. RGB value is (170,119,6). Sum of RGB (Red+Green+Blue) = 170+119+6=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7706 is #5588F9. Grayscale: #797979. Windows color (decimal): -5605626 or 423850. OLE color: 423850.

HSL color Cylindrical-coordinate representation of color #AA7706: hue angle of 41.34º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA7706 is Cyan = 0, Magento = 0.3, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 119 6 -
CMYK 0 0.3 0.96 0.33
HSL 41.34º 0.93% 0.35% -
HSV(B) 41.34º 0.96% 0.67% -
XYZ 23.21 21.75 3.15 -
YUV 121.37 62.9 162.69 -
System Red Green Blue C M Y K H S L
Decimal 170 119 6 0 0.3 0.96 0.33 41.34 0.93 0.35
Hex AA 77 6 0 1E 60 21 29 5D 23
Octal 252 167 6 0 36 140 41 51 135 43
Binary 10101010 1110111 110 0 11110 1100000 100001 101001 1011101 100011

Color Harmonies of #AA7706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7706

Black with #AA7706

Text Example


Text Example

White with #AA7706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7706; }

 p { color: rgb(170,119,6); }

 H1.HeaderClassName
 {
   color: #AA7706;
 }
 .AnyTagClassName
 {
   color: #AA7706;
 }
</style>

background-color css

<style>
 a { background-color: #AA7706; }

 a { background-color: rgb(170,119,6); }

 div.DivClassName
 {
   background-color: #AA7706;
 }
 .BgClassName
 {
   background-color: #AA7706;
 }
</style>

border-color css

<style>
 span { border-color: #AA7706; }

 span { border-color: rgb(170,119,6); }

 td.TdClassName
 {
   border-color: #AA7706;
 }
 .TagClassName
 {
   border-color: #AA7706;
 }
</style>