Html Css Color HEX #AA8810 Dark Goldenrod

📋 copy color: '#AA8810'

red 170 ◦ green 136 ◦ blue 16

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

Shades of Dark Goldenrod #AA8810

Tints of Dark Goldenrod #AA8810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.97%

R = 52.8%
G = 42.24%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA8810 (or 0xAA8810) is known color: Dark Goldenrod. HEX triplet: AA, 88 and 10. RGB value is (170,136,16). Sum of RGB (Red+Green+Blue) = 170+136+16=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8810 is #5577EF. Grayscale: #858585. Windows color (decimal): -5601264 or 1083562. OLE color: 1083562.

HSL color Cylindrical-coordinate representation of color #AA8810: hue angle of 46.75º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA8810 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 136 16 -
CMYK 0 0.20 0.91 0.33
HSL 46.75º 0.83% 0.36% -
HSV(B) 46.75º 0.91% 0.67% -
XYZ 25.48 26.19 4.2 -
YUV 132.49 62.26 154.76 -
System Red Green Blue C M Y K H S L
Decimal 170 136 16 0 0.20 0.91 0.33 46.75 0.83 0.36
Hex AA 88 10 0 14 5B 21 2F 53 24
Octal 252 210 20 0 24 133 41 57 123 44
Binary 10101010 10001000 10000 0 10100 1011011 100001 101111 1010011 100100

Color Harmonies of #AA8810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8810

Black with #AA8810

Text Example


Text Example

White with #AA8810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8810; }

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

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

background-color css

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

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

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

border-color css

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

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

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