#AE989A

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

Shades of Careys Pink #AE989A

Tints of Careys Pink #AE989A

Color information

#AE989A (or 0xAE989A) is unknown color: approx Careys Pink. HEX triplet: AE, 98 and 9A. RGB value is (174,152,154). Sum of RGB (Red+Green+Blue) = 174+152+154=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 174 - color contains mainly: red. Hex color #AE989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE989A is #516765. Grayscale: #9E9E9E. Windows color (decimal): -5334886 or 10131630. OLE color: 10131630.

HSL color Cylindrical-coordinate representation of color #AE989A: hue angle of 354.55º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AE989A is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB174152154-
CMYK00.130.110.32
HSL354.55º11.96%63.92%-
HSV(B)354.55º12.64%68.24%-
XYZ34.5233.7935.27-
YUV158.81125.29138.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 152 (59.77% from 255) = 31.67%
BLUE value IS 154 (60.55% from 255) = 32.08%
R=36.25%
G=31.67%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415215400.130.110.32354.5511.9663.92
HexAE989A0DB20163c40
Octal256230232015134054314100
Binary10101110100110001001101001101101110000010110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE989A; }

 p { color: rgb(174,152,154); }

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

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

 a { background-color: rgb(174,152,154); }

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

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

 span { border-color: rgb(174,152,154); }

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