#AB9FAE

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

Shades of Chatelle #AB9FAE

Tints of Chatelle #AB9FAE

Color information

#AB9FAE (or 0xAB9FAE) is unknown color: approx Chatelle. HEX triplet: AB, 9F and AE. RGB value is (171,159,174). Sum of RGB (Red+Green+Blue) = 171+159+174=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB9FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FAE is #546051. Grayscale: #A4A4A4. Windows color (decimal): -5529682 or 11444139. OLE color: 11444139.

HSL color Cylindrical-coordinate representation of color #AB9FAE: hue angle of 288º degrees, saturation: 0.08, 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 #AB9FAE is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171159174-
CMYK0.020.0900.32
HSL288º8.47%65.29%-
HSV(B)288º8.62%68.24%-
XYZ36.8336.5145.15-
YUV164.3133.48132.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=33.93%
G=31.55%
B=34.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711591740.020.0900.322888.4765.29
HexAB9FAE29020120841
Octal25323725621104044010101
Binary101010111001111110101110101001010000010010000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FAE; }

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

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

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

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

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

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

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

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