#AA9899

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

Shades of Careys Pink #AA9899

Tints of Careys Pink #AA9899

Color information

#AA9899 (or 0xAA9899) is unknown color: approx Careys Pink. HEX triplet: AA, 98 and 99. RGB value is (170,152,153). Sum of RGB (Red+Green+Blue) = 170+152+153=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9899 is #556766. Grayscale: #9D9D9D. Windows color (decimal): -5597031 or 10066090. OLE color: 10066090.

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

Color convert

RGB170152153-
CMYK00.110.10.33
HSL356.67º9.57%63.14%-
HSV(B)356.67º10.59%66.67%-
XYZ33.5633.334.8-
YUV157.5125.46136.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 153 (60.16% from 255) = 32.21%
R=35.79%
G=32%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015215300.110.10.33356.679.5763.14
HexAA98990BA21165a3f
Octal25223023101312415451277
Binary1010101010011000100110010101110101000011011001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9899; }

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

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

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

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

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

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

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

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