#AB9B9C

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

Shades of Careys Pink #AB9B9C

Tints of Careys Pink #AB9B9C

Color information

#AB9B9C (or 0xAB9B9C) is unknown color: approx Careys Pink. HEX triplet: AB, 9B and 9C. RGB value is (171,155,156). Sum of RGB (Red+Green+Blue) = 171+155+156=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9B9C is #546463. Grayscale: #9F9F9F. Windows color (decimal): -5530724 or 10263467. OLE color: 10263467.

HSL color Cylindrical-coordinate representation of color #AB9B9C: hue angle of 356.25º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AB9B9C is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB171155156-
CMYK00.090.090.33
HSL356.25º8.7%63.92%-
HSV(B)356.25º9.36%67.06%-
XYZ34.5234.536.29-
YUV159.9125.8135.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 155 (60.94% from 255) = 32.16%
BLUE value IS 156 (61.33% from 255) = 32.37%
R=35.48%
G=32.16%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115515600.090.090.33356.258.763.92
HexAB9B9C09921164940
Octal253233234011114154411100
Binary10101011100110111001110001001100110000110110010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9B9C; }

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

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

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

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

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

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

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

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