#ADA3B8

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

Shades of Chatelle #ADA3B8

Tints of Chatelle #ADA3B8

Color information

#ADA3B8 (or 0xADA3B8) is unknown color: approx Chatelle. HEX triplet: AD, A3 and B8. RGB value is (173,163,184). Sum of RGB (Red+Green+Blue) = 173+163+184=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 184 - color contains mainly: blue. Hex color #ADA3B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3B8 is #525C47. Grayscale: #A8A8A8. Windows color (decimal): -5397576 or 12100525. OLE color: 12100525.

HSL color Cylindrical-coordinate representation of color #ADA3B8: hue angle of 268.57º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADA3B8 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB173163184-
CMYK0.060.1100.28
HSL268.57º12.88%68.04%-
HSV(B)268.57º11.41%72.16%-
XYZ38.9838.5450.73-
YUV168.38136.81131.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 163 (64.06% from 255) = 31.35%
BLUE value IS 184 (72.27% from 255) = 35.38%
R=33.27%
G=31.35%
B=35.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731631840.060.1100.28268.5712.8868.04
HexADA3B86B01C10dd44
Octal25524327061303441515104
Binary101011011010001110111000110101101110010000110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3B8; }

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

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

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

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

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

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

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

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