#AE9FB4

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

Shades of Chatelle #AE9FB4

Tints of Chatelle #AE9FB4

Color information

#AE9FB4 (or 0xAE9FB4) is unknown color: approx Chatelle. HEX triplet: AE, 9F and B4. RGB value is (174,159,180). Sum of RGB (Red+Green+Blue) = 174+159+180=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE9FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9FB4 is #51604B. Grayscale: #A5A5A5. Windows color (decimal): -5333068 or 11837358. OLE color: 11837358.

HSL color Cylindrical-coordinate representation of color #AE9FB4: hue angle of 282.86º degrees, saturation: 0.12, 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 #AE9FB4 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174159180-
CMYK0.030.1200.29
HSL282.86º12.28%66.47%-
HSV(B)282.86º11.67%70.59%-
XYZ38.0937.0948.33-
YUV165.88135.97133.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=33.92%
G=30.99%
B=35.09%

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
Decimal1741591800.030.1200.29282.8612.2866.47
HexAE9FB43C01D11bc42
Octal25623726431403543314102
Binary10101110100111111011010011110001110110001101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9FB4; }

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

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

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

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

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

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

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

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