#AE9BB4

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

Shades of Chatelle #AE9BB4

Tints of Chatelle #AE9BB4

Color information

#AE9BB4 (or 0xAE9BB4) is unknown color: approx Chatelle. HEX triplet: AE, 9B and B4. RGB value is (174,155,180). Sum of RGB (Red+Green+Blue) = 174+155+180=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE9BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BB4 is #51644B. Grayscale: #A3A3A3. Windows color (decimal): -5334092 or 11836334. OLE color: 11836334.

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

Color convert

RGB174155180-
CMYK0.030.1400.29
HSL285.6º14.29%65.69%-
HSV(B)285.6º13.89%70.59%-
XYZ37.4235.7448.11-
YUV163.53137.29135.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 155 (60.94% from 255) = 30.45%
BLUE value IS 180 (70.70% from 255) = 35.36%
R=34.18%
G=30.45%
B=35.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741551800.030.1400.29285.614.2965.69
HexAE9BB43E01D11ee42
Octal25623326431603543616102
Binary10101110100110111011010011111001110110001111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BB4; }

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

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

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

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

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

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

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

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