#AE9B9D

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

Shades of Careys Pink #AE9B9D

Tints of Careys Pink #AE9B9D

Color information

#AE9B9D (or 0xAE9B9D) is unknown color: approx Careys Pink. HEX triplet: AE, 9B and 9D. RGB value is (174,155,157). Sum of RGB (Red+Green+Blue) = 174+155+157=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9B9D is #516462. Grayscale: #A0A0A0. Windows color (decimal): -5334115 or 10329006. OLE color: 10329006.

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

Color convert

RGB174155157-
CMYK00.110.100.32
HSL353.68º10.5%64.51%-
HSV(B)353.68º10.92%68.24%-
XYZ35.2634.8836.77-
YUV160.91125.79137.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 155 (60.94% from 255) = 31.89%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=35.80%
G=31.89%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415515700.110.100.32353.6810.564.51
HexAE9B9D0BA20162a41
Octal256233235013124054212101
Binary10101110100110111001110101011101010000010110001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9B9D; }

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

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

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

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

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

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

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

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