Html Css Color HEX #AA8513 Dark Goldenrod

📋 copy color: '#AA8513'

red 170 ◦ green 133 ◦ blue 19

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

Shades of Dark Goldenrod #AA8513

Tints of Dark Goldenrod #AA8513

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

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

R = 52.8%
G = 41.3%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA8513 (or 0xAA8513) is known color: Dark Goldenrod. HEX triplet: AA, 85 and 13. RGB value is (170,133,19). Sum of RGB (Red+Green+Blue) = 170+133+19=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8513 is #557AEC. Grayscale: #838383. Windows color (decimal): -5602029 or 1279402. OLE color: 1279402.

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

Color convert

RGB 170 133 19 -
CMYK 0 0.22 0.89 0.33
HSL 45.3º 0.8% 0.37% -
HSV(B) 45.3º 0.89% 0.67% -
XYZ 25.08 25.37 4.19 -
YUV 131.07 64.76 155.77 -
System Red Green Blue C M Y K H S L
Decimal 170 133 19 0 0.22 0.89 0.33 45.3 0.8 0.37
Hex AA 85 13 0 16 59 21 2D 50 25
Octal 252 205 23 0 26 131 41 55 120 45
Binary 10101010 10000101 10011 0 10110 1011001 100001 101101 1010000 100101

Color Harmonies of #AA8513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8513

Black with #AA8513

Text Example


Text Example

White with #AA8513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8513; }

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

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

background-color css

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

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

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

border-color css

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

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

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