#AEA0B9

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

Shades of Chatelle #AEA0B9

Tints of Chatelle #AEA0B9

Color information

#AEA0B9 (or 0xAEA0B9) is unknown color: approx Chatelle. HEX triplet: AE, A0 and B9. RGB value is (174,160,185). Sum of RGB (Red+Green+Blue) = 174+160+185=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 185 - color contains mainly: blue. Hex color #AEA0B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0B9 is #515F46. Grayscale: #A6A6A6. Windows color (decimal): -5332807 or 12165294. OLE color: 12165294.

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

Color convert

RGB174160185-
CMYK0.060.1400.27
HSL273.6º15.15%67.65%-
HSV(B)273.6º13.51%72.55%-
XYZ38.7837.6451.12-
YUV167.04138.14132.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 185 (72.66% from 255) = 35.65%
R=33.53%
G=30.83%
B=35.65%

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
Decimal1741601850.060.1400.27273.615.1567.65
HexAEA0B96E01B112f44
Octal25624027161603342217104
Binary101011101010000010111001110111001101110001001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0B9; }

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

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

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

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

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

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

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

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