#AC999A

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

Shades of Careys Pink #AC999A

Tints of Careys Pink #AC999A

Color information

#AC999A (or 0xAC999A) is unknown color: approx Careys Pink. HEX triplet: AC, 99 and 9A. RGB value is (172,153,154). Sum of RGB (Red+Green+Blue) = 172+153+154=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #AC999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC999A is #536665. Grayscale: #9E9E9E. Windows color (decimal): -5465702 or 10131884. OLE color: 10131884.

HSL color Cylindrical-coordinate representation of color #AC999A: hue angle of 356.84º 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 #AC999A is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB172153154-
CMYK00.110.100.33
HSL356.84º10.27%63.73%-
HSV(B)356.84º11.05%67.45%-
XYZ34.2433.8935.31-
YUV158.79125.29137.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 153 (60.16% from 255) = 31.94%
BLUE value IS 154 (60.55% from 255) = 32.15%
R=35.91%
G=31.94%
B=32.15%

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
Decimal17215315400.110.100.33356.8410.2763.73
HexAC999A0BA21165a40
Octal254231232013124154512100
Binary10101100100110011001101001011101010000110110010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC999A; }

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

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

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

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

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

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

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

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