#AE9D9E

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

Shades of Careys Pink #AE9D9E

Tints of Careys Pink #AE9D9E

Color information

#AE9D9E (or 0xAE9D9E) is unknown color: approx Careys Pink. HEX triplet: AE, 9D and 9E. RGB value is (174,157,158). Sum of RGB (Red+Green+Blue) = 174+157+158=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9D9E is #516261. Grayscale: #A2A2A2. Windows color (decimal): -5333602 or 10395054. OLE color: 10395054.

HSL color Cylindrical-coordinate representation of color #AE9D9E: hue angle of 356.47º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AE9D9E is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB174157158-
CMYK00.100.090.32
HSL356.47º9.5%64.9%-
HSV(B)356.47º9.77%68.24%-
XYZ35.6835.5837.33-
YUV162.2125.63136.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 157 (61.72% from 255) = 32.11%
BLUE value IS 158 (62.11% from 255) = 32.31%
R=35.58%
G=32.11%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415715800.100.090.32356.479.564.9
HexAE9D9E0A920164941
Octal256235236012114054411101
Binary10101110100111011001111001010100110000010110010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9D9E; }

 p { color: rgb(174,157,158); }

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

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

 a { background-color: rgb(174,157,158); }

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

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

 span { border-color: rgb(174,157,158); }

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