#ADA01F

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

Shades of Lucky #ADA01F

Tints of Lucky #ADA01F

Color information

#ADA01F (or 0xADA01F) is unknown color: approx Lucky. HEX triplet: AD, A0 and 1F. RGB value is (173,160,31). Sum of RGB (Red+Green+Blue) = 173+160+31=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA01F is #525FE0. Grayscale: #959595. Windows color (decimal): -5398497 or 2072749. OLE color: 2072749.

HSL color Cylindrical-coordinate representation of color #ADA01F: hue angle of 54.51º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADA01F is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB17316031-
CMYK00.080.820.32
HSL54.51º69.61%40%-
HSV(B)54.51º82.08%67.84%-
XYZ30.0534.126.3-
YUV149.1861.31144.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.53%
GREEN value IS 160 (62.89% from 255) = 43.96%
BLUE value IS 31 (12.5% from 255) = 8.52%
R=47.53%
G=43.96%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731603100.080.820.3254.5169.6140
HexADA01F085220374628
Octal25524037010122406710650
Binary1010110110100000111110100010100101000001101111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA01F; }

 p { color: rgb(173,160,31); }

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

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

 a { background-color: rgb(173,160,31); }

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

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

 span { border-color: rgb(173,160,31); }

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