#AEA4B1

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

Shades of Chatelle #AEA4B1

Tints of Chatelle #AEA4B1

Color information

#AEA4B1 (or 0xAEA4B1) is unknown color: approx Chatelle. HEX triplet: AE, A4 and B1. RGB value is (174,164,177). Sum of RGB (Red+Green+Blue) = 174+164+177=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 177 - color contains mainly: blue. Hex color #AEA4B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA4B1 is #515B4E. Grayscale: #A8A8A8. Windows color (decimal): -5331791 or 11642030. OLE color: 11642030.

HSL color Cylindrical-coordinate representation of color #AEA4B1: hue angle of 286.15º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEA4B1 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174164177-
CMYK0.020.0700.31
HSL286.15º7.69%66.86%-
HSV(B)286.15º7.34%69.41%-
XYZ38.6738.7247.03-
YUV168.47132.81131.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 164 (64.45% from 255) = 31.84%
BLUE value IS 177 (69.53% from 255) = 34.37%
R=33.79%
G=31.84%
B=34.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741641770.020.0700.31286.157.6966.86
HexAEA4B12701F11e843
Octal2562442612703743610103
Binary1010111010100100101100011011101111110001111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA4B1; }

 p { color: rgb(174,164,177); }

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

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

 a { background-color: rgb(174,164,177); }

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

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

 span { border-color: rgb(174,164,177); }

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