#AEA2B3

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

Shades of Chatelle #AEA2B3

Tints of Chatelle #AEA2B3

Color information

#AEA2B3 (or 0xAEA2B3) is unknown color: approx Chatelle. HEX triplet: AE, A2 and B3. RGB value is (174,162,179). Sum of RGB (Red+Green+Blue) = 174+162+179=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 179 - color contains mainly: blue. Hex color #AEA2B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2B3 is #515D4C. Grayscale: #A7A7A7. Windows color (decimal): -5332301 or 11772590. OLE color: 11772590.

HSL color Cylindrical-coordinate representation of color #AEA2B3: hue angle of 282.35º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEA2B3 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB174162179-
CMYK0.030.0900.30
HSL282.35º10.06%66.86%-
HSV(B)282.35º9.5%70.2%-
XYZ38.5138.0947.97-
YUV167.53134.48132.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 162 (63.67% from 255) = 31.46%
BLUE value IS 179 (70.31% from 255) = 34.76%
R=33.79%
G=31.46%
B=34.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741621790.030.0900.30282.3510.0666.86
HexAEA2B33901E11aa43
Octal25624226331103643212103
Binary10101110101000101011001111100101111010001101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2B3; }

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

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

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

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

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

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

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

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