#AEA0B3

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

Shades of Chatelle #AEA0B3

Tints of Chatelle #AEA0B3

Color information

#AEA0B3 (or 0xAEA0B3) is unknown color: approx Chatelle. HEX triplet: AE, A0 and B3. RGB value is (174,160,179). Sum of RGB (Red+Green+Blue) = 174+160+179=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 179 - color contains mainly: blue. Hex color #AEA0B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0B3 is #515F4C. Grayscale: #A6A6A6. Windows color (decimal): -5332813 or 11772078. OLE color: 11772078.

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

Color convert

RGB174160179-
CMYK0.030.1100.30
HSL284.21º11.11%66.47%-
HSV(B)284.21º10.61%70.2%-
XYZ38.1637.3947.85-
YUV166.35135.14133.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 160 (62.89% from 255) = 31.19%
BLUE value IS 179 (70.31% from 255) = 34.89%
R=33.92%
G=31.19%
B=34.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741601790.030.1100.30284.2111.1166.47
HexAEA0B33B01E11cb42
Octal25624026331303643413102
Binary10101110101000001011001111101101111010001110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0B3; }

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

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

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

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

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

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

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

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