#AB99B0

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

Shades of Chatelle #AB99B0

Tints of Chatelle #AB99B0

Color information

#AB99B0 (or 0xAB99B0) is unknown color: approx Chatelle. HEX triplet: AB, 99 and B0. RGB value is (171,153,176). Sum of RGB (Red+Green+Blue) = 171+153+176=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB99B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB99B0 is #54664F. Grayscale: #A0A0A0. Windows color (decimal): -5531216 or 11573675. OLE color: 11573675.

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

Color convert

RGB171153176-
CMYK0.030.1300.31
HSL286.96º12.71%64.51%-
HSV(B)286.96º13.07%69.02%-
XYZ36.0234.5745.85-
YUV161136.46135.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.2%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=34.2%
G=30.6%
B=35.2%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711531760.030.1300.31286.9612.7164.51
HexAB99B03D01F11fd41
Octal25323126031503743715101
Binary10101011100110011011000011110101111110001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99B0; }

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

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

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

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

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

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

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

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