#AB5318

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

Shades of Rich Gold #AB5318

Tints of Rich Gold #AB5318

Color information

#AB5318 (or 0xAB5318) is unknown color: approx Rich Gold. HEX triplet: AB, 53 and 18. RGB value is (171,83,24). Sum of RGB (Red+Green+Blue) = 171+83+24=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5318 is #54ACE7. Grayscale: #666666. Windows color (decimal): -5549288 or 1594283. OLE color: 1594283.

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

Color convert

RGB1718324-
CMYK00.510.860.33
HSL24.08º75.38%38.24%-
HSV(B)24.08º85.96%67.06%-
XYZ20.0514.912.69-
YUV102.5983.65176.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.51%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 24 (9.77% from 255) = 8.63%
R=61.51%
G=29.86%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171832400.510.860.3324.0875.3838.24
HexAB53180335621184b26
Octal25312330063126413011346
Binary1010101110100111100001100111010110100001110001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5318; }

 p { color: rgb(171,83,24); }

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

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

 a { background-color: rgb(171,83,24); }

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

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

 span { border-color: rgb(171,83,24); }

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