#AB999A

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

Shades of Careys Pink #AB999A

Tints of Careys Pink #AB999A

Color information

#AB999A (or 0xAB999A) is unknown color: approx Careys Pink. HEX triplet: AB, 99 and 9A. RGB value is (171,153,154). Sum of RGB (Red+Green+Blue) = 171+153+154=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #AB999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB999A is #546665. Grayscale: #9E9E9E. Windows color (decimal): -5531238 or 10131883. OLE color: 10131883.

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

Color convert

RGB171153154-
CMYK00.110.100.33
HSL356.67º9.68%63.53%-
HSV(B)356.67º10.53%67.06%-
XYZ34.0233.7735.3-
YUV158.5125.46136.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 154 (60.55% from 255) = 32.22%
R=35.77%
G=32.01%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115315400.110.100.33356.679.6863.53
HexAB999A0BA21165a40
Octal253231232013124154512100
Binary10101011100110011001101001011101010000110110010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB999A; }

 p { color: rgb(171,153,154); }

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

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

 a { background-color: rgb(171,153,154); }

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

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

 span { border-color: rgb(171,153,154); }

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