#AA999A

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

Shades of Careys Pink #AA999A

Tints of Careys Pink #AA999A

Color information

#AA999A (or 0xAA999A) is unknown color: approx Careys Pink. HEX triplet: AA, 99 and 9A. RGB value is (170,153,154). Sum of RGB (Red+Green+Blue) = 170+153+154=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AA999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA999A is #556665. Grayscale: #9E9E9E. Windows color (decimal): -5596774 or 10131882. OLE color: 10131882.

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

Color convert

RGB170153154-
CMYK00.10.090.33
HSL356.47º9.09%63.33%-
HSV(B)356.47º10%66.67%-
XYZ33.833.6635.29-
YUV158.2125.63136.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 153 (60.16% from 255) = 32.08%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=35.64%
G=32.08%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015315400.10.090.33356.479.0963.33
HexAA999A0A92116493f
Octal25223123201211415441177
Binary1010101010011001100110100101010011000011011001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA999A; }

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

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

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

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

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

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

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

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