#AB5119

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

Shades of Rich Gold #AB5119

Tints of Rich Gold #AB5119

Color information

#AB5119 (or 0xAB5119) is unknown color: approx Rich Gold. HEX triplet: AB, 51 and 19. RGB value is (171,81,25). Sum of RGB (Red+Green+Blue) = 171+81+25=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5119 is #54AEE6. Grayscale: #656565. Windows color (decimal): -5549799 or 1659307. OLE color: 1659307.

HSL color Cylindrical-coordinate representation of color #AB5119: hue angle of 23.01º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB5119 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1718125-
CMYK00.530.850.33
HSL23.01º74.49%38.43%-
HSV(B)23.01º85.38%67.06%-
XYZ19.9114.612.69-
YUV101.5384.82177.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.73%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 25 (10.16% from 255) = 9.03%
R=61.73%
G=29.24%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171812500.530.850.3323.0174.4938.43
HexAB51190355521174a26
Octal25312131065125412711246
Binary1010101110100011100101101011010101100001101111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5119; }

 p { color: rgb(171,81,25); }

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

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

 a { background-color: rgb(171,81,25); }

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

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

 span { border-color: rgb(171,81,25); }

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