#AB9DAF

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

Shades of Chatelle #AB9DAF

Tints of Chatelle #AB9DAF

Color information

#AB9DAF (or 0xAB9DAF) is unknown color: approx Chatelle. HEX triplet: AB, 9D and AF. RGB value is (171,157,175). Sum of RGB (Red+Green+Blue) = 171+157+175=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB9DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DAF is #546250. Grayscale: #A3A3A3. Windows color (decimal): -5530193 or 11509163. OLE color: 11509163.

HSL color Cylindrical-coordinate representation of color #AB9DAF: hue angle of 286.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AB9DAF is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171157175-
CMYK0.020.1000.31
HSL286.67º10.11%65.1%-
HSV(B)286.67º10.29%68.63%-
XYZ36.5935.8745.55-
YUV163.24134.64133.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=34.00%
G=31.21%
B=34.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711571750.020.1000.31286.6710.1165.1
HexAB9DAF2A01F11fa41
Octal25323525721203743712101
Binary10101011100111011010111110101001111110001111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DAF; }

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

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

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

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

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

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

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

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