#ADA0AF

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

Shades of Chatelle #ADA0AF

Tints of Chatelle #ADA0AF

Color information

#ADA0AF (or 0xADA0AF) is unknown color: approx Chatelle. HEX triplet: AD, A0 and AF. RGB value is (173,160,175). Sum of RGB (Red+Green+Blue) = 173+160+175=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADA0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA0AF is #525F50. Grayscale: #A5A5A5. Windows color (decimal): -5398353 or 11509933. OLE color: 11509933.

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

Color convert

RGB173160175-
CMYK0.010.0900.31
HSL292º8.57%65.69%-
HSV(B)292º8.57%68.63%-
XYZ37.5437.1245.74-
YUV165.6133.31133.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=34.06%
G=31.50%
B=34.45%

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
Decimal1731601750.010.0900.312928.5765.69
HexADA0AF1901F124942
Octal25524025711103744411102
Binary1010110110100000101011111100101111110010010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0AF; }

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

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

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

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

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

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

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

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