#AD9C00

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

Shades of Lucky #AD9C00

Tints of Lucky #AD9C00

Color information

#AD9C00 (or 0xAD9C00) is unknown color: approx Lucky. HEX triplet: AD, 9C and 00. RGB value is (173,156,0). Sum of RGB (Red+Green+Blue) = 173+156+0=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9C00 is #5263FF. Grayscale: #8F8F8F. Windows color (decimal): -5399552 or 40109. OLE color: 40109.

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

Color convert

RGB1731560-
CMYK00.1010.32
HSL54.1º100%33.92%-
HSV(B)54.1º100%67.84%-
XYZ29.1232.664.77-
YUV143.347.13149.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.58%
GREEN value IS 156 (61.33% from 255) = 47.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.58%
G=47.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173156000.1010.3254.110033.92
HexAD9C00A6420366422
Octal2552340012144406614442
Binary101011011001110000101011001001000001101101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9C00; }

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

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

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

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

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

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

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

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