#ADA215

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

Shades of Lucky #ADA215

Tints of Lucky #ADA215

Color information

#ADA215 (or 0xADA215) is unknown color: approx Lucky. HEX triplet: AD, A2 and 15. RGB value is (173,162,21). Sum of RGB (Red+Green+Blue) = 173+162+21=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA215 is #525DEA. Grayscale: #959595. Windows color (decimal): -5397995 or 1417901. OLE color: 1417901.

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

Color convert

RGB17316221-
CMYK00.060.880.32
HSL55.66º78.35%38.04%-
HSV(B)55.66º87.86%67.84%-
XYZ30.2934.785.83-
YUV149.2255.64144.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 162 (63.67% from 255) = 45.51%
BLUE value IS 21 (8.59% from 255) = 5.90%
R=48.60%
G=45.51%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731622100.060.880.3255.6678.3538.04
HexADA215065820384e26
Octal2552422506130407011646
Binary101011011010001010101011010110001000001110001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA215; }

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

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

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

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

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

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

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

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