Html Css Color HEX #AA8213 Dark Goldenrod

📋 copy color: '#AA8213'

red 170 ◦ green 130 ◦ blue 19

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

Shades of Dark Goldenrod #AA8213

Tints of Dark Goldenrod #AA8213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.96%

R = 53.29%
G = 40.75%
B = 5.96%

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

#AA8213 (or 0xAA8213) is known color: Dark Goldenrod. HEX triplet: AA, 82 and 13. RGB value is (170,130,19). Sum of RGB (Red+Green+Blue) = 170+130+19=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8213 is #557DEC. Grayscale: #818181. Windows color (decimal): -5602797 or 1278634. OLE color: 1278634.

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

Color convert

RGB 170 130 19 -
CMYK 0 0.24 0.89 0.33
HSL 44.11º 0.8% 0.37% -
HSV(B) 44.11º 0.89% 0.67% -
XYZ 24.68 24.56 4.06 -
YUV 129.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 170 130 19 0 0.24 0.89 0.33 44.11 0.8 0.37
Hex AA 82 13 0 18 59 21 2C 50 25
Octal 252 202 23 0 30 131 41 54 120 45
Binary 10101010 10000010 10011 0 11000 1011001 100001 101100 1010000 100101

Color Harmonies of #AA8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8213

Black with #AA8213

Text Example


Text Example

White with #AA8213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8213; }

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

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

background-color css

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

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

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

border-color css

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

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

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