#AD9FB6

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

Shades of Chatelle #AD9FB6

Tints of Chatelle #AD9FB6

Color information

#AD9FB6 (or 0xAD9FB6) is unknown color: approx Chatelle. HEX triplet: AD, 9F and B6. RGB value is (173,159,182). Sum of RGB (Red+Green+Blue) = 173+159+182=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD9FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FB6 is #526049. Grayscale: #A5A5A5. Windows color (decimal): -5398602 or 11968429. OLE color: 11968429.

HSL color Cylindrical-coordinate representation of color #AD9FB6: hue angle of 276.52º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AD9FB6 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173159182-
CMYK0.050.1300.29
HSL276.52º13.61%66.86%-
HSV(B)276.52º12.64%71.37%-
XYZ38.0837.0649.4-
YUV165.81137.14133.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 182 (71.48% from 255) = 35.41%
R=33.66%
G=30.93%
B=35.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731591820.050.1300.29276.5213.6166.86
HexAD9FB65D01D115e43
Octal25523726651503542516103
Binary101011011001111110110110101110101110110001010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FB6; }

 p { color: rgb(173,159,182); }

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

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

 a { background-color: rgb(173,159,182); }

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

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

 span { border-color: rgb(173,159,182); }

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