#ADA1AF

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

Shades of Chatelle #ADA1AF

Tints of Chatelle #ADA1AF

Color information

#ADA1AF (or 0xADA1AF) is unknown color: approx Chatelle. HEX triplet: AD, A1 and AF. RGB value is (173,161,175). Sum of RGB (Red+Green+Blue) = 173+161+175=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADA1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA1AF is #525E50. Grayscale: #A6A6A6. Windows color (decimal): -5398097 or 11510189. OLE color: 11510189.

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

Color convert

RGB173161175-
CMYK0.010.0800.31
HSL291.43º8.05%65.88%-
HSV(B)291.43º8%68.63%-
XYZ37.7237.4745.8-
YUV166.18132.98132.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=33.99%
G=31.63%
B=34.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731611750.010.0800.31291.438.0565.88
HexADA1AF1801F123842
Octal25524125711003744310102
Binary1010110110100001101011111100001111110010001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1AF; }

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

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

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

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

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

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

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

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