#ADA9B0

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

Shades of Chatelle #ADA9B0

Tints of Chatelle #ADA9B0

Color information

#ADA9B0 (or 0xADA9B0) is unknown color: approx Chatelle. HEX triplet: AD, A9 and B0. RGB value is (173,169,176). Sum of RGB (Red+Green+Blue) = 173+169+176=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 176 - color contains mainly: blue. Hex color #ADA9B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA9B0 is #52564F. Grayscale: #AAAAAA. Windows color (decimal): -5396048 or 11577773. OLE color: 11577773.

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

Color convert

RGB173169176-
CMYK0.020.0400.31
HSL274.29º4.24%67.65%-
HSV(B)274.29º3.98%69.02%-
XYZ39.2640.3946.8-
YUV170.99130.83129.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 169 (66.41% from 255) = 32.63%
BLUE value IS 176 (69.14% from 255) = 33.98%
R=33.40%
G=32.63%
B=33.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731691760.020.0400.31274.294.2467.65
HexADA9B02401F112444
Octal255251260240374224104
Binary101011011010100110110000101000111111000100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9B0; }

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

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

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

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

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

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

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

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