#AEA0B6

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

Shades of Chatelle #AEA0B6

Tints of Chatelle #AEA0B6

Color information

#AEA0B6 (or 0xAEA0B6) is unknown color: approx Chatelle. HEX triplet: AE, A0 and B6. RGB value is (174,160,182). Sum of RGB (Red+Green+Blue) = 174+160+182=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 182 - color contains mainly: blue. Hex color #AEA0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0B6 is #515F49. Grayscale: #A6A6A6. Windows color (decimal): -5332810 or 11968686. OLE color: 11968686.

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

Color convert

RGB174160182-
CMYK0.040.1200.29
HSL278.18º13.1%67.06%-
HSV(B)278.18º12.09%71.37%-
XYZ38.4737.5249.47-
YUV166.69136.64133.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 160 (62.89% from 255) = 31.01%
BLUE value IS 182 (71.48% from 255) = 35.27%
R=33.72%
G=31.01%
B=35.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741601820.040.1200.29278.1813.167.06
HexAEA0B64C01D116d43
Octal25624026641403542615103
Binary101011101010000010110110100110001110110001011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0B6; }

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

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

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

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

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

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

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

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