#ADA41F

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

Shades of Lucky #ADA41F

Tints of Lucky #ADA41F

Color information

#ADA41F (or 0xADA41F) is unknown color: approx Lucky. HEX triplet: AD, A4 and 1F. RGB value is (173,164,31). Sum of RGB (Red+Green+Blue) = 173+164+31=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA41F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA41F is #525BE0. Grayscale: #989898. Windows color (decimal): -5397473 or 2073773. OLE color: 2073773.

HSL color Cylindrical-coordinate representation of color #ADA41F: hue angle of 56.2º 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 #ADA41F is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB17316431-
CMYK00.050.820.32
HSL56.2º69.61%40%-
HSV(B)56.2º82.08%67.84%-
XYZ30.7635.536.53-
YUV151.5359.98143.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.01%
GREEN value IS 164 (64.45% from 255) = 44.57%
BLUE value IS 31 (12.5% from 255) = 8.42%
R=47.01%
G=44.57%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731643100.050.820.3256.269.6140
HexADA41F055220384628
Octal2552443705122407010650
Binary101011011010010011111010110100101000001110001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA41F; }

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

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

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

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

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

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

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

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