#ad5519

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

Shades of Rich Gold #AD5519

Tints of Rich Gold #AD5519

Color information

#AD5519 (or 0xAD5519) is unknown color: approx Rich Gold. HEX triplet: AD, 55 and 19. RGB value is (173,85,25). Sum of RGB (Red+Green+Blue) = 173+85+25=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5519 is #52AAE6. Grayscale: #686868. Windows color (decimal): -5417703 or 1660333. OLE color: 1660333.

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

Color convert

RGB1738525-
CMYK00.510.860.32
HSL24.32º74.75%38.82%-
HSV(B)24.32º85.55%67.84%-
XYZ20.6615.452.81-
YUV104.4783.15176.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.13%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 25 (10.16% from 255) = 8.83%
R=61.13%
G=30.04%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173852500.510.860.3224.3274.7538.82
HexAD55190335620184b27
Octal25512531063126403011347
Binary1010110110101011100101100111010110100000110001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad5519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad5519; }

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

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

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

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

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

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

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

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