#AD9E0C

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

Shades of Lucky #AD9E0C

Tints of Lucky #AD9E0C

Color information

#AD9E0C (or 0xAD9E0C) is unknown color: approx Lucky. HEX triplet: AD, 9E and 0C. RGB value is (173,158,12). Sum of RGB (Red+Green+Blue) = 173+158+12=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 158 (62.11% from 255 or 46.06% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9E0C is #5261F3. Grayscale: #929292. Windows color (decimal): -5399028 or 827053. OLE color: 827053.

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

Color convert

RGB17315812-
CMYK00.090.930.32
HSL54.41º87.03%36.27%-
HSV(B)54.41º93.06%67.84%-
XYZ29.5333.365.23-
YUV145.8452.47147.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.44%
GREEN value IS 158 (62.11% from 255) = 46.06%
BLUE value IS 12 (5.08% from 255) = 3.50%
R=50.44%
G=46.06%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731581200.090.930.3254.4187.0336.27
HexAD9EC095D20365724
Octal25523614011135406612744
Binary101011011001111011000100110111011000001101101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9E0C; }

 p { color: rgb(173,158,12); }

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

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

 a { background-color: rgb(173,158,12); }

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

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

 span { border-color: rgb(173,158,12); }

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