#ADA6AF

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

Shades of Chatelle #ADA6AF

Tints of Chatelle #ADA6AF

Color information

#ADA6AF (or 0xADA6AF) is unknown color: approx Chatelle. HEX triplet: AD, A6 and AF. RGB value is (173,166,175). Sum of RGB (Red+Green+Blue) = 173+166+175=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADA6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA6AF is #525950. Grayscale: #A9A9A9. Windows color (decimal): -5396817 or 11511469. OLE color: 11511469.

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

Color convert

RGB173166175-
CMYK0.010.0500.31
HSL286.67º5.33%66.86%-
HSV(B)286.67º5.14%68.63%-
XYZ38.6139.2546.1-
YUV169.12131.32130.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 166 (65.23% from 255) = 32.30%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=33.66%
G=32.30%
B=34.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731661750.010.0500.31286.675.3366.86
HexADA6AF1501F11f543
Octal255246257150374375103
Binary10101101101001101010111111010111111000111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA6AF; }

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

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

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

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

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

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

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

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