#AEA0B4

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

Shades of Chatelle #AEA0B4

Tints of Chatelle #AEA0B4

Color information

#AEA0B4 (or 0xAEA0B4) is unknown color: approx Chatelle. HEX triplet: AE, A0 and B4. RGB value is (174,160,180). Sum of RGB (Red+Green+Blue) = 174+160+180=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 180 - color contains mainly: blue. Hex color #AEA0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0B4 is #515F4B. Grayscale: #A6A6A6. Windows color (decimal): -5332812 or 11837614. OLE color: 11837614.

HSL color Cylindrical-coordinate representation of color #AEA0B4: hue angle of 282º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEA0B4 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174160180-
CMYK0.030.1100.29
HSL282º11.76%66.67%-
HSV(B)282º11.11%70.59%-
XYZ38.2637.4448.39-
YUV166.47135.64133.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.85%
GREEN value IS 160 (62.89% from 255) = 31.13%
BLUE value IS 180 (70.70% from 255) = 35.02%
R=33.85%
G=31.13%
B=35.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741601800.030.1100.2928211.7666.67
HexAEA0B43B01D11ac43
Octal25624026431303543214103
Binary10101110101000001011010011101101110110001101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0B4; }

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

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

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

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

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

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

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

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