#AB9CAF

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

Shades of Chatelle #AB9CAF

Tints of Chatelle #AB9CAF

Color information

#AB9CAF (or 0xAB9CAF) is unknown color: approx Chatelle. HEX triplet: AB, 9C and AF. RGB value is (171,156,175). Sum of RGB (Red+Green+Blue) = 171+156+175=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB9CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9CAF is #546350. Grayscale: #A2A2A2. Windows color (decimal): -5530449 or 11508907. OLE color: 11508907.

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

Color convert

RGB171156175-
CMYK0.020.1100.31
HSL287.37º10.61%64.9%-
HSV(B)287.37º10.86%68.63%-
XYZ36.4235.5345.5-
YUV162.65134.97133.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 156 (61.33% from 255) = 31.08%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=34.06%
G=31.08%
B=34.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711561750.020.1100.31287.3710.6164.9
HexAB9CAF2B01F11fb41
Octal25323425721303743713101
Binary10101011100111001010111110101101111110001111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CAF; }

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

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

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

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

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

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

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

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