#AB5524

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

Shades of Rich Gold #AB5524

Tints of Rich Gold #AB5524

Color information

#AB5524 (or 0xAB5524) is unknown color: approx Rich Gold. HEX triplet: AB, 55 and 24. RGB value is (171,85,36). Sum of RGB (Red+Green+Blue) = 171+85+36=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5524 is #54AADB. Grayscale: #696969. Windows color (decimal): -5548764 or 2381227. OLE color: 2381227.

HSL color Cylindrical-coordinate representation of color #AB5524: hue angle of 21.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB5524 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB1718536-
CMYK00.500.790.33
HSL21.78º65.22%40.59%-
HSV(B)21.78º78.95%67.06%-
XYZ20.3615.283.55-
YUV105.1388.99174.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.56%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 36 (14.45% from 255) = 12.33%
R=58.56%
G=29.11%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171853600.500.790.3321.7865.2240.59
HexAB55240324F21164129
Octal25312544062117412610151
Binary10101011101010110010001100101001111100001101101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5524; }

 p { color: rgb(171,85,36); }

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

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

 a { background-color: rgb(171,85,36); }

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

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

 span { border-color: rgb(171,85,36); }

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