#AB9DAD

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

Shades of Chatelle #AB9DAD

Tints of Chatelle #AB9DAD

Color information

#AB9DAD (or 0xAB9DAD) is unknown color: approx Chatelle. HEX triplet: AB, 9D and AD. RGB value is (171,157,173). Sum of RGB (Red+Green+Blue) = 171+157+173=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB9DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DAD is #546252. Grayscale: #A2A2A2. Windows color (decimal): -5530195 or 11378091. OLE color: 11378091.

HSL color Cylindrical-coordinate representation of color #AB9DAD: hue angle of 292.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AB9DAD is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171157173-
CMYK0.010.0900.32
HSL292.5º8.89%64.71%-
HSV(B)292.5º9.25%67.84%-
XYZ36.3935.7944.52-
YUV163.01133.64133.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=34.13%
G=31.34%
B=34.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711571730.010.0900.32292.58.8964.71
HexAB9DAD19020125941
Octal25323525511104044511101
Binary10101011100111011010110111001010000010010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DAD; }

 p { color: rgb(171,157,173); }

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

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

 a { background-color: rgb(171,157,173); }

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

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

 span { border-color: rgb(171,157,173); }

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