#AC9495

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

Shades of Careys Pink #AC9495

Tints of Careys Pink #AC9495

Color information

#AC9495 (or 0xAC9495) is unknown color: approx Careys Pink. HEX triplet: AC, 94 and 95. RGB value is (172,148,149). Sum of RGB (Red+Green+Blue) = 172+148+149=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9495 is #536B6A. Grayscale: #9B9B9B. Windows color (decimal): -5466987 or 9802924. OLE color: 9802924.

HSL color Cylindrical-coordinate representation of color #AC9495: hue angle of 357.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AC9495 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB172148149-
CMYK00.140.130.33
HSL357.5º12.63%62.75%-
HSV(B)357.5º13.95%67.45%-
XYZ33.0332.1232.89-
YUV155.29124.45139.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 148 (58.20% from 255) = 31.56%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=36.67%
G=31.56%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214814900.140.130.33357.512.6362.75
HexAC94950ED21166d3f
Octal25422422501615415461577
Binary1010110010010100100101010111011011000011011001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9495; }

 p { color: rgb(172,148,149); }

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

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

 a { background-color: rgb(172,148,149); }

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

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

 span { border-color: rgb(172,148,149); }

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