#ADA205

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

Shades of Lucky #ADA205

Tints of Lucky #ADA205

Color information

#ADA205 (or 0xADA205) is unknown color: approx Lucky. HEX triplet: AD, A2 and 05. RGB value is (173,162,5). Sum of RGB (Red+Green+Blue) = 173+162+5=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA205 is #525DFA. Grayscale: #949494. Windows color (decimal): -5398011 or 369325. OLE color: 369325.

HSL color Cylindrical-coordinate representation of color #ADA205: hue angle of 56.07º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADA205 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB1731625-
CMYK00.060.970.32
HSL56.07º94.38%34.9%-
HSV(B)56.07º97.11%67.84%-
XYZ30.1834.745.26-
YUV147.3947.64146.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.88%
GREEN value IS 162 (63.67% from 255) = 47.65%
BLUE value IS 5 (2.34% from 255) = 1.47%
R=50.88%
G=47.65%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173162500.060.970.3256.0794.3834.9
HexADA25066120385e23
Octal255242506141407013643
Binary1010110110100010101011011000011000001110001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA205; }

 p { color: rgb(173,162,5); }

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

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

 a { background-color: rgb(173,162,5); }

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

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

 span { border-color: rgb(173,162,5); }

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