#AEA2BA

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

Shades of Chatelle #AEA2BA

Tints of Chatelle #AEA2BA

Color information

#AEA2BA (or 0xAEA2BA) is unknown color: approx Chatelle. HEX triplet: AE, A2 and BA. RGB value is (174,162,186). Sum of RGB (Red+Green+Blue) = 174+162+186=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEA2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2BA is #515D45. Grayscale: #A8A8A8. Windows color (decimal): -5332294 or 12231342. OLE color: 12231342.

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

Color convert

RGB174162186-
CMYK0.060.1300.27
HSL270º14.81%68.24%-
HSV(B)270º12.9%72.94%-
XYZ39.2438.3851.8-
YUV168.32137.98132.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=33.33%
G=31.03%
B=35.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741621860.060.1300.2727014.8168.24
HexAEA2BA6D01B10ef44
Octal25624227261503341617104
Binary101011101010001010111010110110101101110000111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2BA; }

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

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

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

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

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

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

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

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