#AEA1B8

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

Shades of Chatelle #AEA1B8

Tints of Chatelle #AEA1B8

Color information

#AEA1B8 (or 0xAEA1B8) is unknown color: approx Chatelle. HEX triplet: AE, A1 and B8. RGB value is (174,161,184). Sum of RGB (Red+Green+Blue) = 174+161+184=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 184 - color contains mainly: blue. Hex color #AEA1B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1B8 is #515E47. Grayscale: #A7A7A7. Windows color (decimal): -5332552 or 12100014. OLE color: 12100014.

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

Color convert

RGB174161184-
CMYK0.050.1200.28
HSL273.91º13.94%67.65%-
HSV(B)273.91º12.5%72.16%-
XYZ38.8537.9550.62-
YUV167.51137.31132.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 161 (63.28% from 255) = 31.02%
BLUE value IS 184 (72.27% from 255) = 35.45%
R=33.53%
G=31.02%
B=35.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741611840.050.1200.28273.9113.9467.65
HexAEA1B85C01C112e44
Octal25624127051403442216104
Binary101011101010000110111000101110001110010001001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1B8; }

 p { color: rgb(174,161,184); }

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

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

 a { background-color: rgb(174,161,184); }

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

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

 span { border-color: rgb(174,161,184); }

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