#ADA2B4

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

Shades of Chatelle #ADA2B4

Tints of Chatelle #ADA2B4

Color information

#ADA2B4 (or 0xADA2B4) is unknown color: approx Chatelle. HEX triplet: AD, A2 and B4. RGB value is (173,162,180). Sum of RGB (Red+Green+Blue) = 173+162+180=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADA2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2B4 is #525D4B. Grayscale: #A7A7A7. Windows color (decimal): -5397836 or 11838125. OLE color: 11838125.

HSL color Cylindrical-coordinate representation of color #ADA2B4: hue angle of 276.67º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADA2B4 is Cyan = 0.04, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173162180-
CMYK0.040.100.29
HSL276.67º10.71%67.06%-
HSV(B)276.67º10%70.59%-
XYZ38.3938.0248.5-
YUV167.34135.14132.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 162 (63.67% from 255) = 31.46%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=33.59%
G=31.46%
B=34.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731621800.040.100.29276.6710.7167.06
HexADA2B44A01D115b43
Octal25524226441203542513103
Binary101011011010001010110100100101001110110001010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2B4; }

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

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

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

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

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

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

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

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