#AB5E21

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

Shades of Rich Gold #AB5E21

Tints of Rich Gold #AB5E21

Color information

#AB5E21 (or 0xAB5E21) is unknown color: approx Rich Gold. HEX triplet: AB, 5E and 21. RGB value is (171,94,33). Sum of RGB (Red+Green+Blue) = 171+94+33=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E21 is #54A1DE. Grayscale: #6E6E6E. Windows color (decimal): -5546463 or 2186923. OLE color: 2186923.

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

Color convert

RGB1719433-
CMYK00.450.810.33
HSL26.52º67.65%40%-
HSV(B)26.52º80.7%67.06%-
XYZ21.0716.773.57-
YUV110.0784.51171.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.38%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 33 (13.28% from 255) = 11.07%
R=57.38%
G=31.54%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171943300.450.810.3326.5267.6540
HexAB5E2102D51211b4428
Octal25313641055121413310450
Binary10101011101111010000101011011010001100001110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5E21; }

 p { color: rgb(171,94,33); }

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

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

 a { background-color: rgb(171,94,33); }

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

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

 span { border-color: rgb(171,94,33); }

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