Html Css Color HEX #AA8812 Dark Goldenrod

📋 copy color: '#AA8812'

red 170 ◦ green 136 ◦ blue 18

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

Shades of Dark Goldenrod #AA8812

Tints of Dark Goldenrod #AA8812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.56%

R = 52.47%
G = 41.98%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA8812 (or 0xAA8812) is known color: Dark Goldenrod. HEX triplet: AA, 88 and 12. RGB value is (170,136,18). Sum of RGB (Red+Green+Blue) = 170+136+18=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8812 is #5577ED. Grayscale: #858585. Windows color (decimal): -5601262 or 1214634. OLE color: 1214634.

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

Color convert

RGB 170 136 18 -
CMYK 0 0.20 0.89 0.33
HSL 46.58º 0.81% 0.37% -
HSV(B) 46.58º 0.89% 0.67% -
XYZ 25.49 26.2 4.29 -
YUV 132.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 170 136 18 0 0.20 0.89 0.33 46.58 0.81 0.37
Hex AA 88 12 0 14 59 21 2F 51 25
Octal 252 210 22 0 24 131 41 57 121 45
Binary 10101010 10001000 10010 0 10100 1011001 100001 101111 1010001 100101

Color Harmonies of #AA8812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8812

Black with #AA8812

Text Example


Text Example

White with #AA8812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8812; }

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

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

background-color css

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

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

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

border-color css

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

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

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