#AB541E

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

Shades of Rich Gold #AB541E

Tints of Rich Gold #AB541E

Color information

#AB541E (or 0xAB541E) is unknown color: approx Rich Gold. HEX triplet: AB, 54 and 1E. RGB value is (171,84,30). Sum of RGB (Red+Green+Blue) = 171+84+30=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB541E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB541E is #54ABE1. Grayscale: #686868. Windows color (decimal): -5549026 or 1987755. OLE color: 1987755.

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

Color convert

RGB1718430-
CMYK00.510.820.33
HSL22.98º70.15%39.41%-
HSV(B)22.98º82.46%67.06%-
XYZ20.215.093.08-
YUV103.8686.32175.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 30 (12.11% from 255) = 10.53%
R=60%
G=29.47%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171843000.510.820.3322.9870.1539.41
HexAB541E0335221174627
Octal25312436063122412710647
Binary1010101110101001111001100111010010100001101111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB541E; }

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

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

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

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

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

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

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

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