#AEA5BA

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

Shades of Chatelle #AEA5BA

Tints of Chatelle #AEA5BA

Color information

#AEA5BA (or 0xAEA5BA) is unknown color: approx Chatelle. HEX triplet: AE, A5 and BA. RGB value is (174,165,186). Sum of RGB (Red+Green+Blue) = 174+165+186=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEA5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA5BA is #515A45. Grayscale: #AAAAAA. Windows color (decimal): -5331526 or 12232110. OLE color: 12232110.

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

Color convert

RGB174165186-
CMYK0.060.1100.27
HSL265.71º13.21%68.82%-
HSV(B)265.71º11.29%72.94%-
XYZ39.7739.4551.97-
YUV170.08136.98130.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=33.14%
G=31.43%
B=35.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741651860.060.1100.27265.7113.2168.82
HexAEA5BA6B01B10ad45
Octal25624527261303341215105
Binary101011101010010110111010110101101101110000101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA5BA; }

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

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

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

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

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

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

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

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