#AB4B1E

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

Shades of Rich Gold #AB4B1E

Tints of Rich Gold #AB4B1E

Color information

#AB4B1E (or 0xAB4B1E) is unknown color: approx Rich Gold. HEX triplet: AB, 4B and 1E. RGB value is (171,75,30). Sum of RGB (Red+Green+Blue) = 171+75+30=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4B1E is #54B4E1. Grayscale: #626262. Windows color (decimal): -5551330 or 1985451. OLE color: 1985451.

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

Color convert

RGB1717530-
CMYK00.560.820.33
HSL19.15º70.15%39.41%-
HSV(B)19.15º82.46%67.06%-
XYZ19.5513.782.86-
YUV98.5789.3179.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.96%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 30 (12.11% from 255) = 10.87%
R=61.96%
G=27.17%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171753000.560.820.3319.1570.1539.41
HexAB4B1E0385221134627
Octal25311336070122412310647
Binary1010101110010111111001110001010010100001100111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4B1E; }

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

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

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

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

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

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

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

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