#AA9D9E

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

Shades of Careys Pink #AA9D9E

Tints of Careys Pink #AA9D9E

Color information

#AA9D9E (or 0xAA9D9E) is unknown color: approx Careys Pink. HEX triplet: AA, 9D and 9E. RGB value is (170,157,158). Sum of RGB (Red+Green+Blue) = 170+157+158=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9D9E is #556261. Grayscale: #A1A1A1. Windows color (decimal): -5595746 or 10395050. OLE color: 10395050.

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

Color convert

RGB170157158-
CMYK00.080.070.33
HSL355.38º7.1%64.12%-
HSV(B)355.38º7.65%66.67%-
XYZ34.8135.1337.29-
YUV161126.31134.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 157 (61.72% from 255) = 32.37%
BLUE value IS 158 (62.11% from 255) = 32.58%
R=35.05%
G=32.37%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015715800.080.070.33355.387.164.12
HexAA9D9E08721163740
Octal2522352360107415437100
Binary101010101001110110011110010001111000011011000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D9E; }

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

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

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

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

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

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

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

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