#AC9B9C

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

Shades of Careys Pink #AC9B9C

Tints of Careys Pink #AC9B9C

Color information

#AC9B9C (or 0xAC9B9C) is unknown color: approx Careys Pink. HEX triplet: AC, 9B and 9C. RGB value is (172,155,156). Sum of RGB (Red+Green+Blue) = 172+155+156=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9B9C is #536463. Grayscale: #A0A0A0. Windows color (decimal): -5465188 or 10263468. OLE color: 10263468.

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

Color convert

RGB172155156-
CMYK00.100.090.33
HSL356.47º9.29%64.12%-
HSV(B)356.47º9.88%67.45%-
XYZ34.7434.6136.3-
YUV160.2125.63136.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 156 (61.33% from 255) = 32.30%
R=35.61%
G=32.09%
B=32.30%

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
Decimal17215515600.100.090.33356.479.2964.12
HexAC9B9C0A921164940
Octal254233234012114154411100
Binary10101100100110111001110001010100110000110110010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B9C; }

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

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

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

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

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

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

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

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