#ADA2AE

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

Shades of Lola #ADA2AE

Tints of Lola #ADA2AE

Color information

#ADA2AE (or 0xADA2AE) is unknown color: approx Lola. HEX triplet: AD, A2 and AE. RGB value is (173,162,174). Sum of RGB (Red+Green+Blue) = 173+162+174=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 174 - color contains mainly: blue. Hex color #ADA2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA2AE is #525D51. Grayscale: #A6A6A6. Windows color (decimal): -5397842 or 11444909. OLE color: 11444909.

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

Color convert

RGB173162174-
CMYK0.010.0700.32
HSL295º6.9%65.88%-
HSV(B)295º6.9%68.24%-
XYZ37.7937.7845.34-
YUV166.66132.14132.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=33.99%
G=31.83%
B=34.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731621740.010.0700.322956.965.88
HexADA2AE17020127742
Octal255242256170404477102
Binary101011011010001010101110111101000001001001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2AE; }

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

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

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

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

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

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

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

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