#ADA8B4

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

Shades of Chatelle #ADA8B4

Tints of Chatelle #ADA8B4

Color information

#ADA8B4 (or 0xADA8B4) is unknown color: approx Chatelle. HEX triplet: AD, A8 and B4. RGB value is (173,168,180). Sum of RGB (Red+Green+Blue) = 173+168+180=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADA8B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8B4 is #52574B. Grayscale: #AAAAAA. Windows color (decimal): -5396300 or 11839661. OLE color: 11839661.

HSL color Cylindrical-coordinate representation of color #ADA8B4: hue angle of 265º degrees, saturation: 0.07, 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 #ADA8B4 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173168180-
CMYK0.040.0700.29
HSL265º7.41%68.24%-
HSV(B)265º6.67%70.59%-
XYZ39.4740.1848.86-
YUV170.86133.16129.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 168 (66.02% from 255) = 32.25%
BLUE value IS 180 (70.70% from 255) = 34.55%
R=33.21%
G=32.25%
B=34.55%

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
Decimal1731681800.040.0700.292657.4168.24
HexADA8B44701D109744
Octal255250264470354117104
Binary1010110110101000101101001001110111011000010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8B4; }

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

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

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

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

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

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

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

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