#AB9D9E

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

Shades of Careys Pink #AB9D9E

Tints of Careys Pink #AB9D9E

Color information

#AB9D9E (or 0xAB9D9E) is unknown color: approx Careys Pink. HEX triplet: AB, 9D and 9E. RGB value is (171,157,158). Sum of RGB (Red+Green+Blue) = 171+157+158=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9D9E is #546261. Grayscale: #A1A1A1. Windows color (decimal): -5530210 or 10395051. OLE color: 10395051.

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

Color convert

RGB171157158-
CMYK00.080.080.33
HSL355.71º7.69%64.31%-
HSV(B)355.71º8.19%67.06%-
XYZ35.0235.2437.3-
YUV161.3126.14134.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 157 (61.72% from 255) = 32.30%
BLUE value IS 158 (62.11% from 255) = 32.51%
R=35.19%
G=32.30%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115715800.080.080.33355.717.6964.31
HexAB9D9E08821164840
Octal253235236010104154410100
Binary10101011100111011001111001000100010000110110010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9D9E; }

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

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

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

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

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

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

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

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