#ADA61C

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

Shades of Lucky #ADA61C

Tints of Lucky #ADA61C

Color information

#ADA61C (or 0xADA61C) is unknown color: approx Lucky. HEX triplet: AD, A6 and 1C. RGB value is (173,166,28). Sum of RGB (Red+Green+Blue) = 173+166+28=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA61C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA61C is #5259E3. Grayscale: #989898. Windows color (decimal): -5396964 or 1877677. OLE color: 1877677.

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

Color convert

RGB17316628-
CMYK00.040.840.32
HSL57.1º72.14%39.41%-
HSV(B)57.1º83.82%67.84%-
XYZ31.0836.246.46-
YUV152.3657.82142.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.14%
GREEN value IS 166 (65.23% from 255) = 45.23%
BLUE value IS 28 (11.33% from 255) = 7.63%
R=47.14%
G=45.23%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731662800.040.840.3257.172.1439.41
HexADA61C045420394827
Octal2552463404124407111047
Binary101011011010011011100010010101001000001110011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA61C; }

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

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

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

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

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

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

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

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