#ADA910

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

Shades of Lucky #ADA910

Tints of Lucky #ADA910

Color information

#ADA910 (or 0xADA910) is unknown color: approx Lucky. HEX triplet: AD, A9 and 10. RGB value is (173,169,16). Sum of RGB (Red+Green+Blue) = 173+169+16=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA910 is #5256EF. Grayscale: #999999. Windows color (decimal): -5396208 or 1092013. OLE color: 1092013.

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

Color convert

RGB17316916-
CMYK00.020.910.32
HSL58.47º83.07%37.06%-
HSV(B)58.47º90.75%67.84%-
XYZ31.5237.36.03-
YUV152.7550.83142.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.32%
GREEN value IS 169 (66.41% from 255) = 47.21%
BLUE value IS 16 (6.64% from 255) = 4.47%
R=48.32%
G=47.21%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731691600.020.910.3258.4783.0737.06
HexADA910025B203a5325
Octal2552512002133407212345
Binary10101101101010011000001010110111000001110101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA910; }

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

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

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

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

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

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

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

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