#AE9EB4

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

Shades of Chatelle #AE9EB4

Tints of Chatelle #AE9EB4

Color information

#AE9EB4 (or 0xAE9EB4) is unknown color: approx Chatelle. HEX triplet: AE, 9E and B4. RGB value is (174,158,180). Sum of RGB (Red+Green+Blue) = 174+158+180=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE9EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9EB4 is #51614B. Grayscale: #A5A5A5. Windows color (decimal): -5333324 or 11837102. OLE color: 11837102.

HSL color Cylindrical-coordinate representation of color #AE9EB4: hue angle of 283.64º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AE9EB4 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174158180-
CMYK0.030.1200.29
HSL283.64º12.79%66.27%-
HSV(B)283.64º12.22%70.59%-
XYZ37.9236.7548.27-
YUV165.29136.3134.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 158 (62.11% from 255) = 30.86%
BLUE value IS 180 (70.70% from 255) = 35.16%
R=33.98%
G=30.86%
B=35.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741581800.030.1200.29283.6412.7966.27
HexAE9EB43C01D11cd42
Octal25623626431403543415102
Binary10101110100111101011010011110001110110001110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9EB4; }

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

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

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

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

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

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

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

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