Html Css Color HEX #AA5212 Rich Gold

📋 copy color: '#AA5212'

red 170 ◦ green 82 ◦ blue 18

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

Shades of Rich Gold #AA5212

Tints of Rich Gold #AA5212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 62.96%
G = 30.37%
B = 6.67%

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

#AA5212 (or 0xAA5212) is known color: Rich Gold. HEX triplet: AA, 52 and 12. RGB value is (170,82,18). Sum of RGB (Red+Green+Blue) = 170+82+18=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5212 is #55ADED. Grayscale: #656565. Windows color (decimal): -5615086 or 1200810. OLE color: 1200810.

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

Color convert

RGB 170 82 18 -
CMYK 0 0.52 0.89 0.33
HSL 25.26º 0.81% 0.37% -
HSV(B) 25.26º 0.89% 0.67% -
XYZ 19.7 14.62 2.36 -
YUV 101.02 81.15 177.2 -
System Red Green Blue C M Y K H S L
Decimal 170 82 18 0 0.52 0.89 0.33 25.26 0.81 0.37
Hex AA 52 12 0 34 59 21 19 51 25
Octal 252 122 22 0 64 131 41 31 121 45
Binary 10101010 1010010 10010 0 110100 1011001 100001 11001 1010001 100101

Color Harmonies of #AA5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5212

Black with #AA5212

Text Example


Text Example

White with #AA5212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5212; }

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

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

background-color css

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

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

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

border-color css

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

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

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