#AD9A17

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

Shades of Lucky #AD9A17

Tints of Lucky #AD9A17

Color information

#AD9A17 (or 0xAD9A17) is unknown color: approx Lucky. HEX triplet: AD, 9A and 17. RGB value is (173,154,23). Sum of RGB (Red+Green+Blue) = 173+154+23=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9A17 is #5265E8. Grayscale: #919191. Windows color (decimal): -5400041 or 1546925. OLE color: 1546925.

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

Color convert

RGB17315423-
CMYK00.110.870.32
HSL52.4º76.53%38.43%-
HSV(B)52.4º86.71%67.84%-
XYZ28.9432.065.47-
YUV144.7559.29148.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.43%
GREEN value IS 154 (60.55% from 255) = 44%
BLUE value IS 23 (9.38% from 255) = 6.57%
R=49.43%
G=44%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731542300.110.870.3252.476.5338.43
HexAD9A170B5720344d26
Octal25523227013127406411546
Binary1010110110011010101110101110101111000001101001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9A17; }

 p { color: rgb(173,154,23); }

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

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

 a { background-color: rgb(173,154,23); }

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

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

 span { border-color: rgb(173,154,23); }

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