#AB5519

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

Shades of Rich Gold #AB5519

Tints of Rich Gold #AB5519

Color information

#AB5519 (or 0xAB5519) is unknown color: approx Rich Gold. HEX triplet: AB, 55 and 19. RGB value is (171,85,25). Sum of RGB (Red+Green+Blue) = 171+85+25=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5519 is #54AAE6. Grayscale: #686868. Windows color (decimal): -5548775 or 1660331. OLE color: 1660331.

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

Color convert

RGB1718525-
CMYK00.500.850.33
HSL24.66º74.49%38.43%-
HSV(B)24.66º85.38%67.06%-
XYZ20.2215.232.79-
YUV103.8783.49175.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.85%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 25 (10.16% from 255) = 8.90%
R=60.85%
G=30.25%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171852500.500.850.3324.6674.4938.43
HexAB55190325521194a26
Octal25312531062125413111246
Binary1010101110101011100101100101010101100001110011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5519; }

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

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

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

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

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

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

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

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