#AEABB1

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

Shades of Chatelle #AEABB1

Tints of Chatelle #AEABB1

Color information

#AEABB1 (or 0xAEABB1) is unknown color: approx Chatelle. HEX triplet: AE, AB and B1. RGB value is (174,171,177). Sum of RGB (Red+Green+Blue) = 174+171+177=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 177 - color contains mainly: blue. Hex color #AEABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEABB1 is #51544E. Grayscale: #ACACAC. Windows color (decimal): -5329999 or 11643822. OLE color: 11643822.

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

Color convert

RGB174171177-
CMYK0.020.0300.31
HSL270º3.7%68.24%-
HSV(B)270º3.39%69.41%-
XYZ39.9541.347.46-
YUV172.58130.49129.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=33.33%
G=32.76%
B=33.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741711770.020.0300.312703.768.24
HexAEABB12301F10e444
Octal256253261230374164104
Binary10101110101010111011000110110111111000011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABB1; }

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

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

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

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

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

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

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

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