#ADA7B4

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

Shades of Chatelle #ADA7B4

Tints of Chatelle #ADA7B4

Color information

#ADA7B4 (or 0xADA7B4) is unknown color: approx Chatelle. HEX triplet: AD, A7 and B4. RGB value is (173,167,180). Sum of RGB (Red+Green+Blue) = 173+167+180=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADA7B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7B4 is #52584B. Grayscale: #AAAAAA. Windows color (decimal): -5396556 or 11839405. OLE color: 11839405.

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

Color convert

RGB173167180-
CMYK0.040.0700.29
HSL267.69º7.98%68.04%-
HSV(B)267.69º7.22%70.59%-
XYZ39.2939.8248.79-
YUV170.28133.49129.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 167 (65.62% from 255) = 32.12%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=33.27%
G=32.12%
B=34.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731671800.040.0700.29267.697.9868.04
HexADA7B44701D10c844
Octal2552472644703541410104
Binary10101101101001111011010010011101110110000110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA7B4; }

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

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

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

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

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

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

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

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