#AEA9AA

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

Shades of Careys Pink #AEA9AA

Tints of Careys Pink #AEA9AA

Color information

#AEA9AA (or 0xAEA9AA) is unknown color: approx Careys Pink. HEX triplet: AE, A9 and AA. RGB value is (174,169,170). Sum of RGB (Red+Green+Blue) = 174+169+170=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA9AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA9AA is #515655. Grayscale: #AAAAAA. Windows color (decimal): -5330518 or 11184558. OLE color: 11184558.

HSL color Cylindrical-coordinate representation of color #AEA9AA: hue angle of 348º degrees, saturation: 0.03, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AEA9AA is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB174169170-
CMYK00.030.020.32
HSL348º2.99%67.25%-
HSV(B)348º2.87%68.24%-
XYZ38.940.2843.75-
YUV170.61127.66130.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 169 (66.41% from 255) = 32.94%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=33.92%
G=32.94%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416917000.030.020.323482.9967.25
HexAEA9AA0322015c343
Octal256251252032405343103
Binary10101110101010011010101001110100000101011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9AA; }

 p { color: rgb(174,169,170); }

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

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

 a { background-color: rgb(174,169,170); }

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

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

 span { border-color: rgb(174,169,170); }

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