#AE999A

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

Shades of Careys Pink #AE999A

Tints of Careys Pink #AE999A

Color information

#AE999A (or 0xAE999A) is unknown color: approx Careys Pink. HEX triplet: AE, 99 and 9A. RGB value is (174,153,154). Sum of RGB (Red+Green+Blue) = 174+153+154=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 174 - color contains mainly: red. Hex color #AE999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE999A is #516665. Grayscale: #9F9F9F. Windows color (decimal): -5334630 or 10131886. OLE color: 10131886.

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

Color convert

RGB174153154-
CMYK00.120.110.32
HSL357.14º11.48%64.12%-
HSV(B)357.14º12.07%68.24%-
XYZ34.6834.1135.33-
YUV159.39124.96138.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 153 (60.16% from 255) = 31.81%
BLUE value IS 154 (60.55% from 255) = 32.02%
R=36.17%
G=31.81%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415315400.120.110.32357.1411.4864.12
HexAE999A0CB20165b40
Octal256231232014134054513100
Binary10101110100110011001101001100101110000010110010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE999A; }

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

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

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

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

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

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

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

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