#AD9C0B

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

Shades of Lucky #AD9C0B

Tints of Lucky #AD9C0B

Color information

#AD9C0B (or 0xAD9C0B) is unknown color: approx Lucky. HEX triplet: AD, 9C and 0B. RGB value is (173,156,11). Sum of RGB (Red+Green+Blue) = 173+156+11=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9C0B is #5263F4. Grayscale: #919191. Windows color (decimal): -5399541 or 761005. OLE color: 761005.

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

Color convert

RGB17315611-
CMYK00.100.940.32
HSL53.7º88.04%36.08%-
HSV(B)53.7º93.64%67.84%-
XYZ29.1832.695.09-
YUV144.5552.63148.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.88%
GREEN value IS 156 (61.33% from 255) = 45.88%
BLUE value IS 11 (4.69% from 255) = 3.24%
R=50.88%
G=45.88%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731561100.100.940.3253.788.0436.08
HexAD9CB0A5E20365824
Octal25523413012136406613044
Binary101011011001110010110101010111101000001101101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9C0B; }

 p { color: rgb(173,156,11); }

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

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

 a { background-color: rgb(173,156,11); }

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

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

 span { border-color: rgb(173,156,11); }

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