#ADA3AF

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

Shades of Chatelle #ADA3AF

Tints of Chatelle #ADA3AF

Color information

#ADA3AF (or 0xADA3AF) is unknown color: approx Chatelle. HEX triplet: AD, A3 and AF. RGB value is (173,163,175). Sum of RGB (Red+Green+Blue) = 173+163+175=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADA3AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA3AF is #525C50. Grayscale: #A7A7A7. Windows color (decimal): -5397585 or 11510701. OLE color: 11510701.

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

Color convert

RGB173163175-
CMYK0.010.0700.31
HSL290º6.98%66.27%-
HSV(B)290º6.86%68.63%-
XYZ38.0738.1745.92-
YUV167.36132.31132.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 163 (64.06% from 255) = 31.90%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=33.86%
G=31.90%
B=34.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731631750.010.0700.312906.9866.27
HexADA3AF1701F122742
Octal255243257170374427102
Binary10101101101000111010111111110111111001000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3AF; }

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

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

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

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

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

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

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

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