Html Css Color HEX #AA8807 Dark Goldenrod

📋 copy color: '#AA8807'

red 170 ◦ green 136 ◦ blue 7

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

Shades of Dark Goldenrod #AA8807

Tints of Dark Goldenrod #AA8807

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.45%

 BLUE value IS 7 (3.13% from 255) = 2.24%

R = 54.31%
G = 43.45%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA8807 (or 0xAA8807) is known color: Dark Goldenrod. HEX triplet: AA, 88 and 07. RGB value is (170,136,7). Sum of RGB (Red+Green+Blue) = 170+136+7=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8807 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8807 is #5577F8. Grayscale: #848484. Windows color (decimal): -5601273 or 493738. OLE color: 493738.

HSL color Cylindrical-coordinate representation of color #AA8807: hue angle of 47.48º degrees, saturation: 0.92, 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 #AA8807 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 136 7 -
CMYK 0 0.20 0.96 0.33
HSL 47.48º 0.92% 0.35% -
HSV(B) 47.48º 0.96% 0.67% -
XYZ 25.42 26.17 3.91 -
YUV 131.46 57.76 155.49 -
System Red Green Blue C M Y K H S L
Decimal 170 136 7 0 0.20 0.96 0.33 47.48 0.92 0.35
Hex AA 88 7 0 14 60 21 2F 5C 23
Octal 252 210 7 0 24 140 41 57 134 43
Binary 10101010 10001000 111 0 10100 1100000 100001 101111 1011100 100011

Color Harmonies of #AA8807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8807

Black with #AA8807

Text Example


Text Example

White with #AA8807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8807; }

 p { color: rgb(170,136,7); }

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

background-color css

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

 a { background-color: rgb(170,136,7); }

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

border-color css

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

 span { border-color: rgb(170,136,7); }

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