#AD960A

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

Shades of Lucky #AD960A

Tints of Lucky #AD960A

Color information

#AD960A (or 0xAD960A) is unknown color: approx Lucky. HEX triplet: AD, 96 and 0A. RGB value is (173,150,10). Sum of RGB (Red+Green+Blue) = 173+150+10=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD960A is #5269F5. Grayscale: #8D8D8D. Windows color (decimal): -5401078 or 693933. OLE color: 693933.

HSL color Cylindrical-coordinate representation of color #AD960A: hue angle of 51.53º degrees, saturation: 0.89, 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 #AD960A is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB17315010-
CMYK00.130.940.32
HSL51.53º89.07%35.88%-
HSV(B)51.53º94.22%67.84%-
XYZ28.1930.724.73-
YUV140.9254.12150.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.95%
GREEN value IS 150 (58.98% from 255) = 45.05%
BLUE value IS 10 (4.30% from 255) = 3.00%
R=51.95%
G=45.05%
B=3.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731501000.130.940.3251.5389.0735.88
HexAD96A0D5E20345924
Octal25522612015136406413144
Binary101011011001011010100110110111101000001101001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD960A; }

 p { color: rgb(173,150,10); }

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

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

 a { background-color: rgb(173,150,10); }

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

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

 span { border-color: rgb(173,150,10); }

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