#AB9C9D

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

Shades of Careys Pink #AB9C9D

Tints of Careys Pink #AB9C9D

Color information

#AB9C9D (or 0xAB9C9D) is unknown color: approx Careys Pink. HEX triplet: AB, 9C and 9D. RGB value is (171,156,157). Sum of RGB (Red+Green+Blue) = 171+156+157=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9C9D is #546362. Grayscale: #A0A0A0. Windows color (decimal): -5530467 or 10329259. OLE color: 10329259.

HSL color Cylindrical-coordinate representation of color #AB9C9D: hue angle of 356º degrees, saturation: 0.08, 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 #AB9C9D is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB171156157-
CMYK00.090.080.33
HSL356º8.2%64.12%-
HSV(B)356º8.77%67.06%-
XYZ34.7734.8736.8-
YUV160.6125.97135.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 156 (61.33% from 255) = 32.23%
BLUE value IS 157 (61.72% from 255) = 32.44%
R=35.33%
G=32.23%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115615700.090.080.333568.264.12
HexAB9C9D09821164840
Octal253234235011104154410100
Binary10101011100111001001110101001100010000110110010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9C9D; }

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

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

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

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

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

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

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

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