#AB9CB0

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

Shades of Chatelle #AB9CB0

Tints of Chatelle #AB9CB0

Color information

#AB9CB0 (or 0xAB9CB0) is unknown color: approx Chatelle. HEX triplet: AB, 9C and B0. RGB value is (171,156,176). Sum of RGB (Red+Green+Blue) = 171+156+176=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB9CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9CB0 is #54634F. Grayscale: #A2A2A2. Windows color (decimal): -5530448 or 11574443. OLE color: 11574443.

HSL color Cylindrical-coordinate representation of color #AB9CB0: hue angle of 285º 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 #AB9CB0 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171156176-
CMYK0.030.1100.31
HSL285º11.24%65.1%-
HSV(B)285º11.36%69.02%-
XYZ36.5235.5746.02-
YUV162.76135.47133.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 176 (69.14% from 255) = 34.99%
R=34.00%
G=31.01%
B=34.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711561760.030.1100.3128511.2465.1
HexAB9CB03B01F11db41
Octal25323426031303743513101
Binary10101011100111001011000011101101111110001110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CB0; }

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

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

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

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

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

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

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

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