#AE9BB6

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

Shades of Chatelle #AE9BB6

Tints of Chatelle #AE9BB6

Color information

#AE9BB6 (or 0xAE9BB6) is unknown color: approx Chatelle. HEX triplet: AE, 9B and B6. RGB value is (174,155,182). Sum of RGB (Red+Green+Blue) = 174+155+182=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE9BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BB6 is #516449. Grayscale: #A3A3A3. Windows color (decimal): -5334090 or 11967406. OLE color: 11967406.

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

Color convert

RGB174155182-
CMYK0.040.1500.29
HSL282.22º15.61%66.08%-
HSV(B)282.22º14.84%71.37%-
XYZ37.6235.8249.19-
YUV163.76138.29135.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 155 (60.94% from 255) = 30.33%
BLUE value IS 182 (71.48% from 255) = 35.62%
R=34.05%
G=30.33%
B=35.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741551820.040.1500.29282.2215.6166.08
HexAE9BB64F01D11a1042
Octal25623326641703543220102
Binary1010111010011011101101101001111011101100011010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BB6; }

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

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

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

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

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

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

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

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