#AA9A9C

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

Shades of Careys Pink #AA9A9C

Tints of Careys Pink #AA9A9C

Color information

#AA9A9C (or 0xAA9A9C) is unknown color: approx Careys Pink. HEX triplet: AA, 9A and 9C. RGB value is (170,154,156). Sum of RGB (Red+Green+Blue) = 170+154+156=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A9C is #556563. Grayscale: #9F9F9F. Windows color (decimal): -5596516 or 10263210. OLE color: 10263210.

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

Color convert

RGB170154156-
CMYK00.090.080.33
HSL352.5º8.6%63.53%-
HSV(B)352.5º9.41%66.67%-
XYZ34.1334.0636.23-
YUV159.01126.3135.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 156 (61.33% from 255) = 32.5%
R=35.42%
G=32.08%
B=32.5%

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
Decimal17015415600.090.080.33352.58.663.53
HexAA9A9C09821161940
Octal252232234011104154111100
Binary10101010100110101001110001001100010000110110000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A9C; }

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

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

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

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

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

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

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

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