#AA9FA0

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

Shades of Careys Pink #AA9FA0

Tints of Careys Pink #AA9FA0

Color information

#AA9FA0 (or 0xAA9FA0) is unknown color: approx Careys Pink. HEX triplet: AA, 9F and A0. RGB value is (170,159,160). Sum of RGB (Red+Green+Blue) = 170+159+160=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9FA0 is #55605F. Grayscale: #A2A2A2. Windows color (decimal): -5595232 or 10526634. OLE color: 10526634.

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

Color convert

RGB170159160-
CMYK00.060.060.33
HSL354.55º6.08%64.51%-
HSV(B)354.55º6.47%66.67%-
XYZ35.3235.8838.32-
YUV162.4126.64133.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 159 (62.5% from 255) = 32.52%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=34.76%
G=32.52%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015916000.060.060.33354.556.0864.51
HexAA9FA006621163641
Octal252237240066415436101
Binary10101010100111111010000001101101000011011000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FA0; }

 p { color: rgb(170,159,160); }

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

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

 a { background-color: rgb(170,159,160); }

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

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

 span { border-color: rgb(170,159,160); }

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