#AD9FAF

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

Shades of Chatelle #AD9FAF

Tints of Chatelle #AD9FAF

Color information

#AD9FAF (or 0xAD9FAF) is unknown color: approx Chatelle. HEX triplet: AD, 9F and AF. RGB value is (173,159,175). Sum of RGB (Red+Green+Blue) = 173+159+175=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD9FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FAF is #526050. Grayscale: #A4A4A4. Windows color (decimal): -5398609 or 11509677. OLE color: 11509677.

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

Color convert

RGB173159175-
CMYK0.010.0900.31
HSL292.5º9.09%65.49%-
HSV(B)292.5º9.14%68.63%-
XYZ37.3736.7845.69-
YUV165.01133.64133.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 175 (68.75% from 255) = 34.52%
R=34.12%
G=31.36%
B=34.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731591750.010.0900.31292.59.0965.49
HexAD9FAF1901F125941
Octal25523725711103744511101
Binary1010110110011111101011111100101111110010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FAF; }

 p { color: rgb(173,159,175); }

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

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

 a { background-color: rgb(173,159,175); }

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

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

 span { border-color: rgb(173,159,175); }

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