#AC9A9B

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

Shades of Careys Pink #AC9A9B

Tints of Careys Pink #AC9A9B

Color information

#AC9A9B (or 0xAC9A9B) is unknown color: approx Careys Pink. HEX triplet: AC, 9A and 9B. RGB value is (172,154,155). Sum of RGB (Red+Green+Blue) = 172+154+155=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A9B is #536564. Grayscale: #9F9F9F. Windows color (decimal): -5465445 or 10197676. OLE color: 10197676.

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

Color convert

RGB172154155-
CMYK00.100.100.33
HSL356.67º9.78%63.92%-
HSV(B)356.67º10.47%67.45%-
XYZ34.4934.2535.8-
YUV159.5125.46136.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 155 (60.94% from 255) = 32.22%
R=35.76%
G=32.02%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215415500.100.100.33356.679.7863.92
HexAC9A9B0AA21165a40
Octal254232233012124154512100
Binary10101100100110101001101101010101010000110110010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A9B; }

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

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

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

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

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

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

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

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