#ADA5AF

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

Shades of Chatelle #ADA5AF

Tints of Chatelle #ADA5AF

Color information

#ADA5AF (or 0xADA5AF) is unknown color: approx Chatelle. HEX triplet: AD, A5 and AF. RGB value is (173,165,175). Sum of RGB (Red+Green+Blue) = 173+165+175=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADA5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA5AF is #525A50. Grayscale: #A8A8A8. Windows color (decimal): -5397073 or 11511213. OLE color: 11511213.

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

Color convert

RGB173165175-
CMYK0.010.0600.31
HSL288º5.88%66.67%-
HSV(B)288º5.71%68.63%-
XYZ38.4338.8946.04-
YUV168.53131.65131.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 165 (64.84% from 255) = 32.16%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=33.72%
G=32.16%
B=34.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731651750.010.0600.312885.8866.67
HexADA5AF1601F120643
Octal255245257160374406103
Binary10101101101001011010111111100111111001000001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA5AF; }

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

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

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

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

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

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

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

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