Html Css Color HEX #AA8212 Dark Goldenrod

📋 copy color: '#AA8212'

red 170 ◦ green 130 ◦ blue 18

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

Shades of Dark Goldenrod #AA8212

Tints of Dark Goldenrod #AA8212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.88%

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

R = 53.46%
G = 40.88%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA8212 (or 0xAA8212) is known color: Dark Goldenrod. HEX triplet: AA, 82 and 12. RGB value is (170,130,18). Sum of RGB (Red+Green+Blue) = 170+130+18=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8212 is #557DED. Grayscale: #818181. Windows color (decimal): -5602798 or 1213098. OLE color: 1213098.

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

Color convert

RGB 170 130 18 -
CMYK 0 0.24 0.89 0.33
HSL 44.21º 0.81% 0.37% -
HSV(B) 44.21º 0.89% 0.67% -
XYZ 24.67 24.55 4.01 -
YUV 129.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 170 130 18 0 0.24 0.89 0.33 44.21 0.81 0.37
Hex AA 82 12 0 18 59 21 2C 51 25
Octal 252 202 22 0 30 131 41 54 121 45
Binary 10101010 10000010 10010 0 11000 1011001 100001 101100 1010001 100101

Color Harmonies of #AA8212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8212

Black with #AA8212

Text Example


Text Example

White with #AA8212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8212; }

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

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

background-color css

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

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

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

border-color css

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

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

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