#AC9899

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

Shades of Careys Pink #AC9899

Tints of Careys Pink #AC9899

Color information

#AC9899 (or 0xAC9899) is unknown color: approx Careys Pink. HEX triplet: AC, 98 and 99. RGB value is (172,152,153). Sum of RGB (Red+Green+Blue) = 172+152+153=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9899 is #536766. Grayscale: #9E9E9E. Windows color (decimal): -5465959 or 10066092. OLE color: 10066092.

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

Color convert

RGB172152153-
CMYK00.120.110.33
HSL357º10.75%63.53%-
HSV(B)357º11.63%67.45%-
XYZ33.9933.5334.82-
YUV158.09125.13137.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=36.06%
G=31.87%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215215300.120.110.3335710.7563.53
HexAC98990CB21165b40
Octal254230231014134154513100
Binary10101100100110001001100101100101110000110110010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9899; }

 p { color: rgb(172,152,153); }

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

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

 a { background-color: rgb(172,152,153); }

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

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

 span { border-color: rgb(172,152,153); }

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