#AA5312

Color #AA5312 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #AA5312

Tints of Rich Gold #AA5312

Color information

#AA5312 (or 0xAA5312) is unknown color: approx Rich Gold. HEX triplet: AA, 53 and 12. RGB value is (170,83,18). Sum of RGB (Red+Green+Blue) = 170+83+18=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5312 is #55ACED. Grayscale: #656565. Windows color (decimal): -5614830 or 1201066. OLE color: 1201066.

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

Color convert

RGB1708318-
CMYK00.510.890.33
HSL25.66º80.85%36.86%-
HSV(B)25.66º89.41%66.67%-
XYZ19.7814.782.38-
YUV101.680.82176.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.73%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 18 (7.42% from 255) = 6.64%
R=62.73%
G=30.63%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170831800.510.890.3325.6680.8536.86
HexAA531203359211a5125
Octal25212322063131413212145
Binary1010101010100111001001100111011001100001110101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5312; }

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

 H1.HeaderClassName
 {
   color: #AA5312;
 }
 .AnyTagClassName
 {
   color: #AA5312;
 }
</style>
background-color css

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

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

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

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

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

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