#AC9A9C

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

Shades of Careys Pink #AC9A9C

Tints of Careys Pink #AC9A9C

Color information

#AC9A9C (or 0xAC9A9C) is unknown color: approx Careys Pink. HEX triplet: AC, 9A and 9C. RGB value is (172,154,156). Sum of RGB (Red+Green+Blue) = 172+154+156=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A9C is #536563. Grayscale: #9F9F9F. Windows color (decimal): -5465444 or 10263212. OLE color: 10263212.

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

Color convert

RGB172154156-
CMYK00.100.090.33
HSL353.33º9.78%63.92%-
HSV(B)353.33º10.47%67.45%-
XYZ34.5734.2836.25-
YUV159.61125.96136.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 156 (61.33% from 255) = 32.37%
R=35.68%
G=31.95%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215415600.100.090.33353.339.7863.92
HexAC9A9C0A921161a40
Octal254232234012114154112100
Binary10101100100110101001110001010100110000110110000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A9C; }

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

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

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

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

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

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

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

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