#AEA1B4

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

Shades of Chatelle #AEA1B4

Tints of Chatelle #AEA1B4

Color information

#AEA1B4 (or 0xAEA1B4) is unknown color: approx Chatelle. HEX triplet: AE, A1 and B4. RGB value is (174,161,180). Sum of RGB (Red+Green+Blue) = 174+161+180=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: blue. Hex color #AEA1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1B4 is #515E4B. Grayscale: #A6A6A6. Windows color (decimal): -5332556 or 11837870. OLE color: 11837870.

HSL color Cylindrical-coordinate representation of color #AEA1B4: hue angle of 281.05º degrees, saturation: 0.11, 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 #AEA1B4 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174161180-
CMYK0.030.1100.29
HSL281.05º11.24%66.86%-
HSV(B)281.05º10.56%70.59%-
XYZ38.4437.7848.45-
YUV167.05135.31132.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 161 (63.28% from 255) = 31.26%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=33.79%
G=31.26%
B=34.95%

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
Decimal1741611800.030.1100.29281.0511.2466.86
HexAEA1B43B01D119b43
Octal25624126431303543113103
Binary10101110101000011011010011101101110110001100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1B4; }

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

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

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

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

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

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

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

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