#ADAA10

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

Shades of Lucky #ADAA10

Tints of Lucky #ADAA10

Color information

#ADAA10 (or 0xADAA10) is unknown color: approx Lucky. HEX triplet: AD, AA and 10. RGB value is (173,170,16). Sum of RGB (Red+Green+Blue) = 173+170+16=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA10 is #5255EF. Grayscale: #999999. Windows color (decimal): -5395952 or 1092269. OLE color: 1092269.

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

Color convert

RGB17317016-
CMYK00.020.910.32
HSL58.85º83.07%37.06%-
HSV(B)58.85º90.75%67.84%-
XYZ31.737.676.09-
YUV153.3450.49142.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.19%
GREEN value IS 170 (66.80% from 255) = 47.35%
BLUE value IS 16 (6.64% from 255) = 4.46%
R=48.19%
G=47.35%
B=4.46%

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
Decimal1731701600.020.910.3258.8583.0737.06
HexADAA10025B203b5325
Octal2552522002133407312345
Binary10101101101010101000001010110111000001110111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA10; }

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

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

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

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

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

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

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

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