Html Css Color HEX #AA5413 Rich Gold

📋 copy color: '#AA5413'

red 170 ◦ green 84 ◦ blue 19

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

Shades of Rich Gold #AA5413

Tints of Rich Gold #AA5413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.77%

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

R = 62.27%
G = 30.77%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA5413 (or 0xAA5413) is known color: Rich Gold. HEX triplet: AA, 54 and 13. RGB value is (170,84,19). Sum of RGB (Red+Green+Blue) = 170+84+19=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5413 is #55ABEC. Grayscale: #666666. Windows color (decimal): -5614573 or 1266858. OLE color: 1266858.

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

Color convert

RGB 170 84 19 -
CMYK 0 0.51 0.89 0.33
HSL 25.83º 0.8% 0.37% -
HSV(B) 25.83º 0.89% 0.67% -
XYZ 19.87 14.93 2.45 -
YUV 102.3 80.99 176.29 -
System Red Green Blue C M Y K H S L
Decimal 170 84 19 0 0.51 0.89 0.33 25.83 0.8 0.37
Hex AA 54 13 0 33 59 21 1A 50 25
Octal 252 124 23 0 63 131 41 32 120 45
Binary 10101010 1010100 10011 0 110011 1011001 100001 11010 1010000 100101

Color Harmonies of #AA5413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5413

Black with #AA5413

Text Example


Text Example

White with #AA5413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5413; }

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

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

background-color css

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

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

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

border-color css

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

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

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