#AB5A20

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

Shades of Rich Gold #AB5A20

Tints of Rich Gold #AB5A20

Color information

#AB5A20 (or 0xAB5A20) is unknown color: approx Rich Gold. HEX triplet: AB, 5A and 20. RGB value is (171,90,32). Sum of RGB (Red+Green+Blue) = 171+90+32=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5A20 is #54A5DF. Grayscale: #6B6B6B. Windows color (decimal): -5547488 or 2120363. OLE color: 2120363.

HSL color Cylindrical-coordinate representation of color #AB5A20: hue angle of 25.04º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB5A20 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1719032-
CMYK00.470.810.33
HSL25.04º68.47%39.8%-
HSV(B)25.04º81.29%67.06%-
XYZ20.7116.073.38-
YUV107.6185.34173.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.36%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 32 (12.89% from 255) = 10.92%
R=58.36%
G=30.72%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171903200.470.810.3325.0468.4739.8
HexAB5A2002F5121194428
Octal25313240057121413110450
Binary10101011101101010000001011111010001100001110011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5A20; }

 p { color: rgb(171,90,32); }

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

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

 a { background-color: rgb(171,90,32); }

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

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

 span { border-color: rgb(171,90,32); }

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