#AEABB2

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

Shades of Chatelle #AEABB2

Tints of Chatelle #AEABB2

Color information

#AEABB2 (or 0xAEABB2) is unknown color: approx Chatelle. HEX triplet: AE, AB and B2. RGB value is (174,171,178). Sum of RGB (Red+Green+Blue) = 174+171+178=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 178 - color contains mainly: blue. Hex color #AEABB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEABB2 is #51544D. Grayscale: #ACACAC. Windows color (decimal): -5329998 or 11709358. OLE color: 11709358.

HSL color Cylindrical-coordinate representation of color #AEABB2: hue angle of 265.71º degrees, saturation: 0.04, 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 #AEABB2 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB174171178-
CMYK0.020.0400.30
HSL265.71º4.35%68.43%-
HSV(B)265.71º3.93%69.8%-
XYZ40.0541.3447.99-
YUV172.7130.99128.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 178 (69.92% from 255) = 34.03%
R=33.27%
G=32.70%
B=34.03%

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
Decimal1741711780.020.0400.30265.714.3568.43
HexAEABB22401E10a444
Octal256253262240364124104
Binary101011101010101110110010101000111101000010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABB2; }

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

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

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

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

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

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

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

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