#AD9F15

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

Shades of Lucky #AD9F15

Tints of Lucky #AD9F15

Color information

#AD9F15 (or 0xAD9F15) is unknown color: approx Lucky. HEX triplet: AD, 9F and 15. RGB value is (173,159,21). Sum of RGB (Red+Green+Blue) = 173+159+21=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9F15 is #5260EA. Grayscale: #949494. Windows color (decimal): -5398763 or 1417133. OLE color: 1417133.

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

Color convert

RGB17315921-
CMYK00.080.880.32
HSL54.47º78.35%38.04%-
HSV(B)54.47º87.86%67.84%-
XYZ29.7733.735.65-
YUV147.4556.64146.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.01%
GREEN value IS 159 (62.5% from 255) = 45.04%
BLUE value IS 21 (8.59% from 255) = 5.95%
R=49.01%
G=45.04%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731592100.080.880.3254.4778.3538.04
HexAD9F15085820364e26
Octal25523725010130406611646
Binary1010110110011111101010100010110001000001101101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9F15; }

 p { color: rgb(173,159,21); }

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

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

 a { background-color: rgb(173,159,21); }

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

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

 span { border-color: rgb(173,159,21); }

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