#AEAAB2

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

Shades of Chatelle #AEAAB2

Tints of Chatelle #AEAAB2

Color information

#AEAAB2 (or 0xAEAAB2) is unknown color: approx Chatelle. HEX triplet: AE, AA and B2. RGB value is (174,170,178). Sum of RGB (Red+Green+Blue) = 174+170+178=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 178 - color contains mainly: blue. Hex color #AEAAB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAAB2 is #51554D. Grayscale: #ACACAC. Windows color (decimal): -5330254 or 11709102. OLE color: 11709102.

HSL color Cylindrical-coordinate representation of color #AEAAB2: hue angle of 270º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AEAAB2 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB174170178-
CMYK0.020.0400.30
HSL270º4.94%68.24%-
HSV(B)270º4.49%69.8%-
XYZ39.8740.9647.92-
YUV172.11131.33129.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 178 (69.92% from 255) = 34.10%
R=33.33%
G=32.57%
B=34.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741701780.020.0400.302704.9468.24
HexAEAAB22401E10e544
Octal256252262240364165104
Binary101011101010101010110010101000111101000011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAB2; }

 p { color: rgb(174,170,178); }

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

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

 a { background-color: rgb(174,170,178); }

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

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

 span { border-color: rgb(174,170,178); }

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