#AE9799

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

Shades of Careys Pink #AE9799

Tints of Careys Pink #AE9799

Color information

#AE9799 (or 0xAE9799) is unknown color: approx Careys Pink. HEX triplet: AE, 97 and 99. RGB value is (174,151,153). Sum of RGB (Red+Green+Blue) = 174+151+153=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9799 is #516866. Grayscale: #9E9E9E. Windows color (decimal): -5335143 or 10065838. OLE color: 10065838.

HSL color Cylindrical-coordinate representation of color #AE9799: hue angle of 354.78º 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 #AE9799 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB174151153-
CMYK00.130.120.32
HSL354.78º12.43%63.73%-
HSV(B)354.78º13.22%68.24%-
XYZ34.2733.4334.78-
YUV158.11125.12139.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=36.40%
G=31.59%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415115300.130.120.32354.7812.4363.73
HexAE97990DC20163c40
Octal256227231015144054314100
Binary10101110100101111001100101101110010000010110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9799; }

 p { color: rgb(174,151,153); }

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

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

 a { background-color: rgb(174,151,153); }

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

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

 span { border-color: rgb(174,151,153); }

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