Html Css Color HEX #AA8E0A Dark Goldenrod

📋 copy color: '#AA8E0A'

red 170 ◦ green 142 ◦ blue 10

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

Shades of Dark Goldenrod #AA8E0A

Tints of Dark Goldenrod #AA8E0A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.1%

 BLUE value IS 10 (4.3% from 255) = 3.11%

R = 52.8%
G = 44.1%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA8E0A (or 0xAA8E0A) is known color: Dark Goldenrod. HEX triplet: AA, 8E and 0A. RGB value is (170,142,10). Sum of RGB (Red+Green+Blue) = 170+142+10=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8E0A is #5571F5. Grayscale: #878787. Windows color (decimal): -5599734 or 691882. OLE color: 691882.

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

Color convert

RGB 170 142 10 -
CMYK 0 0.16 0.94 0.33
HSL 49.5º 0.89% 0.35% -
HSV(B) 49.5º 0.94% 0.67% -
XYZ 26.31 27.91 4.29 -
YUV 135.32 57.28 152.73 -
System Red Green Blue C M Y K H S L
Decimal 170 142 10 0 0.16 0.94 0.33 49.5 0.89 0.35
Hex AA 8E A 0 10 5E 21 32 59 23
Octal 252 216 12 0 20 136 41 62 131 43
Binary 10101010 10001110 1010 0 10000 1011110 100001 110010 1011001 100011

Color Harmonies of #AA8E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8E0A

Black with #AA8E0A

Text Example


Text Example

White with #AA8E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8E0A; }

 p { color: rgb(170,142,10); }

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

background-color css

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

 a { background-color: rgb(170,142,10); }

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

border-color css

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

 span { border-color: rgb(170,142,10); }

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