#AEA3BA

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

Shades of Chatelle #AEA3BA

Tints of Chatelle #AEA3BA

Color information

#AEA3BA (or 0xAEA3BA) is unknown color: approx Chatelle. HEX triplet: AE, A3 and BA. RGB value is (174,163,186). Sum of RGB (Red+Green+Blue) = 174+163+186=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEA3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA3BA is #515C45. Grayscale: #A8A8A8. Windows color (decimal): -5332038 or 12231598. OLE color: 12231598.

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

Color convert

RGB174163186-
CMYK0.060.1200.27
HSL268.7º14.29%68.43%-
HSV(B)268.7º12.37%72.94%-
XYZ39.4238.7451.85-
YUV168.91137.64131.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 163 (64.06% from 255) = 31.17%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=33.27%
G=31.17%
B=35.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741631860.060.1200.27268.714.2968.43
HexAEA3BA6C01B10de44
Octal25624327261403341516104
Binary101011101010001110111010110110001101110000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3BA; }

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

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

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

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

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

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

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

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