#AC9EA0

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

Shades of Careys Pink #AC9EA0

Tints of Careys Pink #AC9EA0

Color information

#AC9EA0 (or 0xAC9EA0) is unknown color: approx Careys Pink. HEX triplet: AC, 9E and A0. RGB value is (172,158,160). Sum of RGB (Red+Green+Blue) = 172+158+160=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9EA0 is #53615F. Grayscale: #A2A2A2. Windows color (decimal): -5464416 or 10526380. OLE color: 10526380.

HSL color Cylindrical-coordinate representation of color #AC9EA0: hue angle of 351.43º degrees, saturation: 0.08, 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 #AC9EA0 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB172158160-
CMYK00.080.070.33
HSL351.43º7.78%64.71%-
HSV(B)351.43º8.14%67.45%-
XYZ35.5935.7638.29-
YUV162.41126.64134.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 158 (62.11% from 255) = 32.24%
BLUE value IS 160 (62.89% from 255) = 32.65%
R=35.10%
G=32.24%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215816000.080.070.33351.437.7864.71
HexAC9EA00872115f841
Octal25423624001074153710101
Binary1010110010011110101000000100011110000110101111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EA0; }

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

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

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

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

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

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

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

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