#ADAB10

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

Shades of Lucky #ADAB10

Tints of Lucky #ADAB10

Color information

#ADAB10 (or 0xADAB10) is unknown color: approx Lucky. HEX triplet: AD, AB and 10. RGB value is (173,171,16). Sum of RGB (Red+Green+Blue) = 173+171+16=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAB10 is #5254EF. Grayscale: #9A9A9A. Windows color (decimal): -5395696 or 1092525. OLE color: 1092525.

HSL color Cylindrical-coordinate representation of color #ADAB10: hue angle of 59.24º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADAB10 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB17317116-
CMYK00.010.910.32
HSL59.24º83.07%37.06%-
HSV(B)59.24º90.75%67.84%-
XYZ31.8938.056.15-
YUV153.9350.16141.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.06%
GREEN value IS 171 (67.19% from 255) = 47.5%
BLUE value IS 16 (6.64% from 255) = 4.44%
R=48.06%
G=47.5%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731711600.010.910.3259.2483.0737.06
HexADAB10015B203b5325
Octal2552532001133407312345
Binary1010110110101011100000110110111000001110111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB10; }

 p { color: rgb(173,171,16); }

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

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

 a { background-color: rgb(173,171,16); }

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

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

 span { border-color: rgb(173,171,16); }

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