Html Css Color HEX #AA5213 Rich Gold

📋 copy color: '#AA5213'

red 170 ◦ green 82 ◦ blue 19

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

Shades of Rich Gold #AA5213

Tints of Rich Gold #AA5213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.26%

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

R = 62.73%
G = 30.26%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA5213 (or 0xAA5213) is known color: Rich Gold. HEX triplet: AA, 52 and 13. RGB value is (170,82,19). Sum of RGB (Red+Green+Blue) = 170+82+19=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5213 is #55ADEC. Grayscale: #656565. Windows color (decimal): -5615085 or 1266346. OLE color: 1266346.

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

Color convert

RGB 170 82 19 -
CMYK 0 0.52 0.89 0.33
HSL 25.03º 0.8% 0.37% -
HSV(B) 25.03º 0.89% 0.67% -
XYZ 19.71 14.63 2.4 -
YUV 101.13 81.65 177.12 -
System Red Green Blue C M Y K H S L
Decimal 170 82 19 0 0.52 0.89 0.33 25.03 0.8 0.37
Hex AA 52 13 0 34 59 21 19 50 25
Octal 252 122 23 0 64 131 41 31 120 45
Binary 10101010 1010010 10011 0 110100 1011001 100001 11001 1010000 100101

Color Harmonies of #AA5213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5213

Black with #AA5213

Text Example


Text Example

White with #AA5213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5213; }

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

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

background-color css

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

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

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

border-color css

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

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

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