#AC9D9E

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

Shades of Careys Pink #AC9D9E

Tints of Careys Pink #AC9D9E

Color information

#AC9D9E (or 0xAC9D9E) is unknown color: approx Careys Pink. HEX triplet: AC, 9D and 9E. RGB value is (172,157,158). Sum of RGB (Red+Green+Blue) = 172+157+158=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D9E is #536261. Grayscale: #A1A1A1. Windows color (decimal): -5464674 or 10395052. OLE color: 10395052.

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

Color convert

RGB172157158-
CMYK00.090.080.33
HSL356º8.29%64.51%-
HSV(B)356º8.72%67.45%-
XYZ35.2435.3537.31-
YUV161.6125.97135.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 157 (61.72% from 255) = 32.24%
BLUE value IS 158 (62.11% from 255) = 32.44%
R=35.32%
G=32.24%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215715800.090.080.333568.2964.51
HexAC9D9E09821164841
Octal254235236011104154410101
Binary10101100100111011001111001001100010000110110010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D9E; }

 p { color: rgb(172,157,158); }

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

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

 a { background-color: rgb(172,157,158); }

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

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

 span { border-color: rgb(172,157,158); }

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