Html Css Color HEX #AA5013 Rich Gold

📋 copy color: '#AA5013'

red 170 ◦ green 80 ◦ blue 19

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

Shades of Rich Gold #AA5013

Tints of Rich Gold #AA5013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.74%

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

R = 63.2%
G = 29.74%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA5013 (or 0xAA5013) is known color: Rich Gold. HEX triplet: AA, 50 and 13. RGB value is (170,80,19). Sum of RGB (Red+Green+Blue) = 170+80+19=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5013 is #55AFEC. Grayscale: #646464. Windows color (decimal): -5615597 or 1265834. OLE color: 1265834.

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

Color convert

RGB 170 80 19 -
CMYK 0 0.53 0.89 0.33
HSL 24.24º 0.8% 0.37% -
HSV(B) 24.24º 0.89% 0.67% -
XYZ 19.56 14.33 2.35 -
YUV 99.96 82.32 177.96 -
System Red Green Blue C M Y K H S L
Decimal 170 80 19 0 0.53 0.89 0.33 24.24 0.8 0.37
Hex AA 50 13 0 35 59 21 18 50 25
Octal 252 120 23 0 65 131 41 30 120 45
Binary 10101010 1010000 10011 0 110101 1011001 100001 11000 1010000 100101

Color Harmonies of #AA5013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5013

Black with #AA5013

Text Example


Text Example

White with #AA5013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5013; }

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

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

background-color css

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

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

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

border-color css

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

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

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