#AB9FAD

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

Shades of Chatelle #AB9FAD

Tints of Chatelle #AB9FAD

Color information

#AB9FAD (or 0xAB9FAD) is unknown color: approx Chatelle. HEX triplet: AB, 9F and AD. RGB value is (171,159,173). Sum of RGB (Red+Green+Blue) = 171+159+173=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB9FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FAD is #546052. Grayscale: #A4A4A4. Windows color (decimal): -5529683 or 11378603. OLE color: 11378603.

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

Color convert

RGB171159173-
CMYK0.010.0800.32
HSL291.43º7.87%65.1%-
HSV(B)291.43º8.09%67.84%-
XYZ36.7436.4744.64-
YUV164.18132.98132.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=34.00%
G=31.61%
B=34.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711591730.010.0800.32291.437.8765.1
HexAB9FAD18020123841
Octal25323725511004044310101
Binary10101011100111111010110111000010000010010001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FAD; }

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

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

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

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

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

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

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

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