#ADA2B0

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

Shades of Chatelle #ADA2B0

Tints of Chatelle #ADA2B0

Color information

#ADA2B0 (or 0xADA2B0) is unknown color: approx Chatelle. HEX triplet: AD, A2 and B0. RGB value is (173,162,176). Sum of RGB (Red+Green+Blue) = 173+162+176=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 176 - color contains mainly: blue. Hex color #ADA2B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA2B0 is #525D4F. Grayscale: #A6A6A6. Windows color (decimal): -5397840 or 11575981. OLE color: 11575981.

HSL color Cylindrical-coordinate representation of color #ADA2B0: hue angle of 287.14º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADA2B0 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173162176-
CMYK0.020.0800.31
HSL287.14º8.14%66.27%-
HSV(B)287.14º7.95%69.02%-
XYZ37.9937.8646.38-
YUV166.88133.14132.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 162 (63.67% from 255) = 31.70%
BLUE value IS 176 (69.14% from 255) = 34.44%
R=33.86%
G=31.70%
B=34.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731621760.020.0800.31287.148.1466.27
HexADA2B02801F11f842
Octal25524226021003743710102
Binary10101101101000101011000010100001111110001111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2B0; }

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

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

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

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

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

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

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

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