#AEACB0

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

Shades of Chatelle #AEACB0

Tints of Chatelle #AEACB0

Color information

#AEACB0 (or 0xAEACB0) is unknown color: approx Chatelle. HEX triplet: AE, AC and B0. RGB value is (174,172,176). Sum of RGB (Red+Green+Blue) = 174+172+176=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 176 - color contains mainly: blue. Hex color #AEACB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACB0 is #51534F. Grayscale: #ADADAD. Windows color (decimal): -5329744 or 11578542. OLE color: 11578542.

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

Color convert

RGB174172176-
CMYK0.010.0200.31
HSL270º2.47%68.24%-
HSV(B)270º2.27%69.02%-
XYZ40.0441.6447-
YUV173.05129.66128.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=33.33%
G=32.95%
B=33.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741721760.010.0200.312702.4768.24
HexAEACB01201F10e244
Octal256254260120374162104
Binary101011101010110010110000110011111100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACB0; }

 p { color: rgb(174,172,176); }

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

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

 a { background-color: rgb(174,172,176); }

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

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

 span { border-color: rgb(174,172,176); }

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