#AE9FB6

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

Shades of Chatelle #AE9FB6

Tints of Chatelle #AE9FB6

Color information

#AE9FB6 (or 0xAE9FB6) is unknown color: approx Chatelle. HEX triplet: AE, 9F and B6. RGB value is (174,159,182). Sum of RGB (Red+Green+Blue) = 174+159+182=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE9FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9FB6 is #516049. Grayscale: #A6A6A6. Windows color (decimal): -5333066 or 11968430. OLE color: 11968430.

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

Color convert

RGB174159182-
CMYK0.040.1300.29
HSL279.13º13.61%66.86%-
HSV(B)279.13º12.64%71.37%-
XYZ38.337.1749.41-
YUV166.11136.97133.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 182 (71.48% from 255) = 35.34%
R=33.79%
G=30.87%
B=35.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741591820.040.1300.29279.1313.6166.86
HexAE9FB64D01D117e43
Octal25623726641503542716103
Binary101011101001111110110110100110101110110001011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9FB6; }

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

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

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

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

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

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

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

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