#ADA41C

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

Shades of Lucky #ADA41C

Tints of Lucky #ADA41C

Color information

#ADA41C (or 0xADA41C) is unknown color: approx Lucky. HEX triplet: AD, A4 and 1C. RGB value is (173,164,28). Sum of RGB (Red+Green+Blue) = 173+164+28=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA41C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA41C is #525BE3. Grayscale: #979797. Windows color (decimal): -5397476 or 1877165. OLE color: 1877165.

HSL color Cylindrical-coordinate representation of color #ADA41C: hue angle of 56.28º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADA41C is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB17316428-
CMYK00.050.840.32
HSL56.28º72.14%39.41%-
HSV(B)56.28º83.82%67.84%-
XYZ30.7235.526.34-
YUV151.1958.48143.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 164 (64.45% from 255) = 44.93%
BLUE value IS 28 (11.33% from 255) = 7.67%
R=47.40%
G=44.93%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731642800.050.840.3256.2872.1439.41
HexADA41C055420384827
Octal2552443405124407011047
Binary101011011010010011100010110101001000001110001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA41C; }

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

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

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

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

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

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

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

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