#AB9EA0

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

Shades of Careys Pink #AB9EA0

Tints of Careys Pink #AB9EA0

Color information

#AB9EA0 (or 0xAB9EA0) is unknown color: approx Careys Pink. HEX triplet: AB, 9E and A0. RGB value is (171,158,160). Sum of RGB (Red+Green+Blue) = 171+158+160=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9EA0 is #54615F. Grayscale: #A2A2A2. Windows color (decimal): -5529952 or 10526379. OLE color: 10526379.

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

Color convert

RGB171158160-
CMYK00.080.060.33
HSL350.77º7.18%64.51%-
HSV(B)350.77º7.6%67.06%-
XYZ35.3735.6538.27-
YUV162.12126.81134.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 158 (62.11% from 255) = 32.31%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=34.97%
G=32.31%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115816000.080.060.33350.777.1864.51
HexAB9EA00862115f741
Octal2532362400106415377101
Binary101010111001111010100000010001101000011010111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EA0; }

 p { color: rgb(171,158,160); }

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

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

 a { background-color: rgb(171,158,160); }

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

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

 span { border-color: rgb(171,158,160); }

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