#AB4D1E

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

Shades of Rich Gold #AB4D1E

Tints of Rich Gold #AB4D1E

Color information

#AB4D1E (or 0xAB4D1E) is unknown color: approx Rich Gold. HEX triplet: AB, 4D and 1E. RGB value is (171,77,30). Sum of RGB (Red+Green+Blue) = 171+77+30=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D1E is #54B2E1. Grayscale: #646464. Windows color (decimal): -5550818 or 1985963. OLE color: 1985963.

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

Color convert

RGB1717730-
CMYK00.550.820.33
HSL20º70.15%39.41%-
HSV(B)20º82.46%67.06%-
XYZ19.6814.062.9-
YUV99.7588.64178.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.51%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 30 (12.11% from 255) = 10.79%
R=61.51%
G=27.70%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171773000.550.820.332070.1539.41
HexAB4D1E0375221144627
Octal25311536067122412410647
Binary1010101110011011111001101111010010100001101001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4D1E; }

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

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

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

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

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

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

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

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