#AB9697

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

Shades of Careys Pink #AB9697

Tints of Careys Pink #AB9697

Color information

#AB9697 (or 0xAB9697) is unknown color: approx Careys Pink. HEX triplet: AB, 96 and 97. RGB value is (171,150,151). Sum of RGB (Red+Green+Blue) = 171+150+151=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9697 is #546968. Grayscale: #9C9C9C. Windows color (decimal): -5532009 or 9934507. OLE color: 9934507.

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

Color convert

RGB171150151-
CMYK00.120.120.33
HSL357.14º11.11%62.94%-
HSV(B)357.14º12.28%67.06%-
XYZ33.2932.733.84-
YUV156.39124.96138.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 151 (59.38% from 255) = 31.99%
R=36.23%
G=31.78%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115015100.120.120.33357.1411.1162.94
HexAB96970CC21165b3f
Octal25322622701414415451377
Binary1010101110010110100101110110011001000011011001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9697; }

 p { color: rgb(171,150,151); }

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

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

 a { background-color: rgb(171,150,151); }

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

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

 span { border-color: rgb(171,150,151); }

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