#AB5312

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

Shades of Rich Gold #AB5312

Tints of Rich Gold #AB5312

Color information

#AB5312 (or 0xAB5312) is unknown color: approx Rich Gold. HEX triplet: AB, 53 and 12. RGB value is (171,83,18). Sum of RGB (Red+Green+Blue) = 171+83+18=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5312 is #54ACED. Grayscale: #666666. Windows color (decimal): -5549294 or 1201067. OLE color: 1201067.

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

Color convert

RGB1718318-
CMYK00.510.890.33
HSL25.49º80.95%37.06%-
HSV(B)25.49º89.47%67.06%-
XYZ2014.892.39-
YUV101.980.65177.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.87%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 18 (7.42% from 255) = 6.62%
R=62.87%
G=30.51%
B=6.62%

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
Decimal171831800.510.890.3325.4980.9537.06
HexAB53120335921195125
Octal25312322063131413112145
Binary1010101110100111001001100111011001100001110011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5312; }

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

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

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

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

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

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

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

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