Html Css Color HEX #AA8013 Dark Goldenrod

📋 copy color: '#AA8013'

red 170 ◦ green 128 ◦ blue 19

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

Shades of Dark Goldenrod #AA8013

Tints of Dark Goldenrod #AA8013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.38%

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

R = 53.63%
G = 40.38%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA8013 (or 0xAA8013) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 13. RGB value is (170,128,19). Sum of RGB (Red+Green+Blue) = 170+128+19=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8013 is #557FEC. Grayscale: #808080. Windows color (decimal): -5603309 or 1278122. OLE color: 1278122.

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

Color convert

RGB 170 128 19 -
CMYK 0 0.25 0.89 0.33
HSL 43.31º 0.8% 0.37% -
HSV(B) 43.31º 0.89% 0.67% -
XYZ 24.41 24.03 3.97 -
YUV 128.13 66.41 157.86 -
System Red Green Blue C M Y K H S L
Decimal 170 128 19 0 0.25 0.89 0.33 43.31 0.8 0.37
Hex AA 80 13 0 19 59 21 2B 50 25
Octal 252 200 23 0 31 131 41 53 120 45
Binary 10101010 10000000 10011 0 11001 1011001 100001 101011 1010000 100101

Color Harmonies of #AA8013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8013

Black with #AA8013

Text Example


Text Example

White with #AA8013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8013; }

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

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

background-color css

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

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

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

border-color css

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

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

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