#AE9FB9

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

Shades of Chatelle #AE9FB9

Tints of Chatelle #AE9FB9

Color information

#AE9FB9 (or 0xAE9FB9) is unknown color: approx Chatelle. HEX triplet: AE, 9F and B9. RGB value is (174,159,185). Sum of RGB (Red+Green+Blue) = 174+159+185=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE9FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9FB9 is #516046. Grayscale: #A6A6A6. Windows color (decimal): -5333063 or 12165038. OLE color: 12165038.

HSL color Cylindrical-coordinate representation of color #AE9FB9: hue angle of 274.62º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AE9FB9 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174159185-
CMYK0.060.1400.27
HSL274.62º15.66%67.45%-
HSV(B)274.62º14.05%72.55%-
XYZ38.6137.351.06-
YUV166.45138.47133.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 185 (72.66% from 255) = 35.71%
R=33.59%
G=30.69%
B=35.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741591850.060.1400.27274.6215.6667.45
HexAE9FB96E01B1131043
Octal25623727161603342320103
Binary1010111010011111101110011101110011011100010011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9FB9; }

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

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

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

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

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

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

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

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