#AD9D13

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

Shades of Lucky #AD9D13

Tints of Lucky #AD9D13

Color information

#AD9D13 (or 0xAD9D13) is unknown color: approx Lucky. HEX triplet: AD, 9D and 13. RGB value is (173,157,19). Sum of RGB (Red+Green+Blue) = 173+157+19=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9D13 is #5262EC. Grayscale: #929292. Windows color (decimal): -5399277 or 1285549. OLE color: 1285549.

HSL color Cylindrical-coordinate representation of color #AD9D13: hue angle of 53.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD9D13 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB17315719-
CMYK00.090.890.32
HSL53.77º80.21%37.65%-
HSV(B)53.77º89.02%67.84%-
XYZ29.4133.055.44-
YUV146.0556.3147.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.57%
GREEN value IS 157 (61.72% from 255) = 44.99%
BLUE value IS 19 (7.81% from 255) = 5.44%
R=49.57%
G=44.99%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731571900.090.890.3253.7780.2137.65
HexAD9D13095920365026
Octal25523523011131406612046
Binary1010110110011101100110100110110011000001101101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9D13; }

 p { color: rgb(173,157,19); }

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

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

 a { background-color: rgb(173,157,19); }

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

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

 span { border-color: rgb(173,157,19); }

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