Html Css Color HEX #AA8A0A Dark Goldenrod

📋 copy color: '#AA8A0A'

red 170 ◦ green 138 ◦ blue 10

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

Shades of Dark Goldenrod #AA8A0A

Tints of Dark Goldenrod #AA8A0A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.4%

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

R = 53.46%
G = 43.4%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA8A0A (or 0xAA8A0A) is known color: Dark Goldenrod. HEX triplet: AA, 8A and 0A. RGB value is (170,138,10). Sum of RGB (Red+Green+Blue) = 170+138+10=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8A0A is #5575F5. Grayscale: #858585. Windows color (decimal): -5600758 or 690858. OLE color: 690858.

HSL color Cylindrical-coordinate representation of color #AA8A0A: hue angle of 48º 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 #AA8A0A is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 138 10 -
CMYK 0 0.19 0.94 0.33
HSL 48º 0.89% 0.35% -
HSV(B) 48º 0.94% 0.67% -
XYZ 25.72 26.74 4.09 -
YUV 132.98 58.6 154.41 -
System Red Green Blue C M Y K H S L
Decimal 170 138 10 0 0.19 0.94 0.33 48 0.89 0.35
Hex AA 8A A 0 13 5E 21 30 59 23
Octal 252 212 12 0 23 136 41 60 131 43
Binary 10101010 10001010 1010 0 10011 1011110 100001 110000 1011001 100011

Color Harmonies of #AA8A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A0A

Black with #AA8A0A

Text Example


Text Example

White with #AA8A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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