#AA9B9D

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

Shades of Careys Pink #AA9B9D

Tints of Careys Pink #AA9B9D

Color information

#AA9B9D (or 0xAA9B9D) is unknown color: approx Careys Pink. HEX triplet: AA, 9B and 9D. RGB value is (170,155,157). Sum of RGB (Red+Green+Blue) = 170+155+157=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B9D is #556462. Grayscale: #9F9F9F. Windows color (decimal): -5596259 or 10329002. OLE color: 10329002.

HSL color Cylindrical-coordinate representation of color #AA9B9D: hue angle of 352º degrees, saturation: 0.08, 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 #AA9B9D is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB170155157-
CMYK00.090.080.33
HSL352º8.11%63.73%-
HSV(B)352º8.82%66.67%-
XYZ34.3834.4236.73-
YUV159.71126.47135.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 155 (60.94% from 255) = 32.16%
BLUE value IS 157 (61.72% from 255) = 32.57%
R=35.27%
G=32.16%
B=32.57%

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
Decimal17015515700.090.080.333528.1163.73
HexAA9B9D09821160840
Octal252233235011104154010100
Binary10101010100110111001110101001100010000110110000010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B9D; }

 p { color: rgb(170,155,157); }

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

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

 a { background-color: rgb(170,155,157); }

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

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

 span { border-color: rgb(170,155,157); }

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