#AB5C1C

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

Shades of Rich Gold #AB5C1C

Tints of Rich Gold #AB5C1C

Color information

#AB5C1C (or 0xAB5C1C) is unknown color: approx Rich Gold. HEX triplet: AB, 5C and 1C. RGB value is (171,92,28). Sum of RGB (Red+Green+Blue) = 171+92+28=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5C1C is #54A3E3. Grayscale: #6C6C6C. Windows color (decimal): -5546980 or 1858731. OLE color: 1858731.

HSL color Cylindrical-coordinate representation of color #AB5C1C: hue angle of 26.85º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB5C1C is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB1719228-
CMYK00.460.840.33
HSL26.85º71.86%39.02%-
HSV(B)26.85º83.63%67.06%-
XYZ20.8316.43.17-
YUV108.3282.67172.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.76%
GREEN value IS 92 (36.33% from 255) = 31.62%
BLUE value IS 28 (11.33% from 255) = 9.62%
R=58.76%
G=31.62%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171922800.460.840.3326.8571.8639.02
HexAB5C1C02E54211b4827
Octal25313434056124413311047
Binary1010101110111001110001011101010100100001110111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5C1C; }

 p { color: rgb(171,92,28); }

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

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

 a { background-color: rgb(171,92,28); }

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

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

 span { border-color: rgb(171,92,28); }

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