#ADA610

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

Shades of Lucky #ADA610

Tints of Lucky #ADA610

Color information

#ADA610 (or 0xADA610) is unknown color: approx Lucky. HEX triplet: AD, A6 and 10. RGB value is (173,166,16). Sum of RGB (Red+Green+Blue) = 173+166+16=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA610 is #5259EF. Grayscale: #979797. Windows color (decimal): -5396976 or 1091245. OLE color: 1091245.

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

Color convert

RGB17316616-
CMYK00.040.910.32
HSL57.32º83.07%37.06%-
HSV(B)57.32º90.75%67.84%-
XYZ30.9636.195.84-
YUV150.9951.82143.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.73%
GREEN value IS 166 (65.23% from 255) = 46.76%
BLUE value IS 16 (6.64% from 255) = 4.51%
R=48.73%
G=46.76%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731661600.040.910.3257.3283.0737.06
HexADA610045B20395325
Octal2552462004133407112345
Binary101011011010011010000010010110111000001110011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA610; }

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

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

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

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

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

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

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

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