#AB541B

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

Shades of Rich Gold #AB541B

Tints of Rich Gold #AB541B

Color information

#AB541B (or 0xAB541B) is unknown color: approx Rich Gold. HEX triplet: AB, 54 and 1B. RGB value is (171,84,27). Sum of RGB (Red+Green+Blue) = 171+84+27=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB541B is #54ABE4. Grayscale: #676767. Windows color (decimal): -5549029 or 1791147. OLE color: 1791147.

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

Color convert

RGB1718427-
CMYK00.510.840.33
HSL23.75º72.73%38.82%-
HSV(B)23.75º84.21%67.06%-
XYZ20.1615.082.88-
YUV103.5284.82176.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.64%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 27 (10.94% from 255) = 9.57%
R=60.64%
G=29.79%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171842700.510.840.3323.7572.7338.82
HexAB541B0335421184927
Octal25312433063124413011147
Binary1010101110101001101101100111010100100001110001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB541B; }

 p { color: rgb(171,84,27); }

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

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

 a { background-color: rgb(171,84,27); }

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

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

 span { border-color: rgb(171,84,27); }

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