#AE9798

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

Shades of Careys Pink #AE9798

Tints of Careys Pink #AE9798

Color information

#AE9798 (or 0xAE9798) is unknown color: approx Careys Pink. HEX triplet: AE, 97 and 98. RGB value is (174,151,152). Sum of RGB (Red+Green+Blue) = 174+151+152=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9798 is #516867. Grayscale: #9E9E9E. Windows color (decimal): -5335144 or 10000302. OLE color: 10000302.

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

Color convert

RGB174151152-
CMYK00.130.130.32
HSL357.39º12.43%63.73%-
HSV(B)357.39º13.22%68.24%-
XYZ34.1933.434.35-
YUV157.99124.62139.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 152 (59.77% from 255) = 31.87%
R=36.48%
G=31.66%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415115200.130.130.32357.3912.4363.73
HexAE97980DD20165c40
Octal256227230015154054514100
Binary10101110100101111001100001101110110000010110010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9798; }

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

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

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

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

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

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

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

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