#AA9C9E

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

Shades of Careys Pink #AA9C9E

Tints of Careys Pink #AA9C9E

Color information

#AA9C9E (or 0xAA9C9E) is unknown color: approx Careys Pink. HEX triplet: AA, 9C and 9E. RGB value is (170,156,158). Sum of RGB (Red+Green+Blue) = 170+156+158=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C9E is #556361. Grayscale: #A0A0A0. Windows color (decimal): -5596002 or 10394794. OLE color: 10394794.

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

Color convert

RGB170156158-
CMYK00.080.070.33
HSL351.43º7.61%63.92%-
HSV(B)351.43º8.24%66.67%-
XYZ34.6434.7937.24-
YUV160.41126.64134.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 156 (61.33% from 255) = 32.23%
BLUE value IS 158 (62.11% from 255) = 32.64%
R=35.12%
G=32.23%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015615800.080.070.33351.437.6163.92
HexAA9C9E0872115f840
Octal25223423601074153710100
Binary1010101010011100100111100100011110000110101111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C9E; }

 p { color: rgb(170,156,158); }

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

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

 a { background-color: rgb(170,156,158); }

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

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

 span { border-color: rgb(170,156,158); }

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