#AA9697

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

Shades of Careys Pink #AA9697

Tints of Careys Pink #AA9697

Color information

#AA9697 (or 0xAA9697) is unknown color: approx Careys Pink. HEX triplet: AA, 96 and 97. RGB value is (170,150,151). Sum of RGB (Red+Green+Blue) = 170+150+151=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9697 is #556968. Grayscale: #9C9C9C. Windows color (decimal): -5597545 or 9934506. OLE color: 9934506.

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

Color convert

RGB170150151-
CMYK00.120.110.33
HSL357º10.53%62.75%-
HSV(B)357º11.76%66.67%-
XYZ33.0732.5933.83-
YUV156.09125.13137.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 150 (58.98% from 255) = 31.85%
BLUE value IS 151 (59.38% from 255) = 32.06%
R=36.09%
G=31.85%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015015100.120.110.3335710.5362.75
HexAA96970CB21165b3f
Octal25222622701413415451377
Binary1010101010010110100101110110010111000011011001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9697; }

 p { color: rgb(170,150,151); }

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

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

 a { background-color: rgb(170,150,151); }

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

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

 span { border-color: rgb(170,150,151); }

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