#AEA0BA

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

Shades of Chatelle #AEA0BA

Tints of Chatelle #AEA0BA

Color information

#AEA0BA (or 0xAEA0BA) is unknown color: approx Chatelle. HEX triplet: AE, A0 and BA. RGB value is (174,160,186). Sum of RGB (Red+Green+Blue) = 174+160+186=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEA0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0BA is #515F45. Grayscale: #A7A7A7. Windows color (decimal): -5332806 or 12230830. OLE color: 12230830.

HSL color Cylindrical-coordinate representation of color #AEA0BA: hue angle of 272.31º degrees, saturation: 0.16, 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 #AEA0BA is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174160186-
CMYK0.060.1400.27
HSL272.31º15.85%67.84%-
HSV(B)272.31º13.98%72.94%-
XYZ38.8937.6951.68-
YUV167.15138.64132.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=33.46%
G=30.77%
B=35.77%

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
Decimal1741601860.060.1400.27272.3115.8567.84
HexAEA0BA6E01B1101044
Octal25624027261603342020104
Binary1010111010100000101110101101110011011100010000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0BA; }

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

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

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

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

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

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

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

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