Html Css Color HEX #AA7813 Dark Goldenrod

📋 copy color: '#AA7813'

red 170 ◦ green 120 ◦ blue 19

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

Shades of Dark Goldenrod #AA7813

Tints of Dark Goldenrod #AA7813

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.83%

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

R = 55.02%
G = 38.83%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA7813 (or 0xAA7813) is known color: Dark Goldenrod. HEX triplet: AA, 78 and 13. RGB value is (170,120,19). Sum of RGB (Red+Green+Blue) = 170+120+19=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7813 is #5587EC. Grayscale: #7B7B7B. Windows color (decimal): -5605357 or 1276074. OLE color: 1276074.

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

Color convert

RGB 170 120 19 -
CMYK 0 0.29 0.89 0.33
HSL 40.13º 0.8% 0.37% -
HSV(B) 40.13º 0.89% 0.67% -
XYZ 23.41 22.03 3.63 -
YUV 123.44 69.07 161.21 -
System Red Green Blue C M Y K H S L
Decimal 170 120 19 0 0.29 0.89 0.33 40.13 0.8 0.37
Hex AA 78 13 0 1D 59 21 28 50 25
Octal 252 170 23 0 35 131 41 50 120 45
Binary 10101010 1111000 10011 0 11101 1011001 100001 101000 1010000 100101

Color Harmonies of #AA7813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7813

Black with #AA7813

Text Example


Text Example

White with #AA7813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7813; }

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

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

background-color css

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

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

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

border-color css

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

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

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