#ADA2BA

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

Shades of Chatelle #ADA2BA

Tints of Chatelle #ADA2BA

Color information

#ADA2BA (or 0xADA2BA) is unknown color: approx Chatelle. HEX triplet: AD, A2 and BA. RGB value is (173,162,186). Sum of RGB (Red+Green+Blue) = 173+162+186=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADA2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2BA is #525D45. Grayscale: #A7A7A7. Windows color (decimal): -5397830 or 12231341. OLE color: 12231341.

HSL color Cylindrical-coordinate representation of color #ADA2BA: hue angle of 267.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADA2BA is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173162186-
CMYK0.070.1300.27
HSL267.5º14.81%68.24%-
HSV(B)267.5º12.9%72.94%-
XYZ39.0238.2751.78-
YUV168.02138.14131.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 162 (63.67% from 255) = 31.09%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=33.21%
G=31.09%
B=35.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731621860.070.1300.27267.514.8168.24
HexADA2BA7D01B10cf44
Octal25524227271503341417104
Binary101011011010001010111010111110101101110000110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2BA; }

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

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

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

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

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

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

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

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