#ADA001

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

Shades of Lucky #ADA001

Tints of Lucky #ADA001

Color information

#ADA001 (or 0xADA001) is unknown color: approx Lucky. HEX triplet: AD, A0 and 01. RGB value is (173,160,1). Sum of RGB (Red+Green+Blue) = 173+160+1=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA001 is #525FFE. Grayscale: #929292. Windows color (decimal): -5398527 or 106669. OLE color: 106669.

HSL color Cylindrical-coordinate representation of color #ADA001: hue angle of 55.47º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADA001 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB1731601-
CMYK00.080.990.32
HSL55.47º98.85%34.12%-
HSV(B)55.47º99.42%67.84%-
XYZ29.8134.035.03-
YUV145.7646.31147.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.80%
GREEN value IS 160 (62.89% from 255) = 47.90%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=51.80%
G=47.90%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173160100.080.990.3255.4798.8534.12
HexADA01086320376322
Octal2552401010143406714342
Binary101011011010000010100011000111000001101111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA001; }

 p { color: rgb(173,160,1); }

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

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

 a { background-color: rgb(173,160,1); }

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

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

 span { border-color: rgb(173,160,1); }

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