#AEACAF

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

Shades of Chatelle #AEACAF

Tints of Chatelle #AEACAF

Color information

#AEACAF (or 0xAEACAF) is unknown color: approx Chatelle. HEX triplet: AE, AC and AF. RGB value is (174,172,175). Sum of RGB (Red+Green+Blue) = 174+172+175=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 175 - color contains mainly: blue. Hex color #AEACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACAF is #515350. Grayscale: #ACACAC. Windows color (decimal): -5329745 or 11513006. OLE color: 11513006.

HSL color Cylindrical-coordinate representation of color #AEACAF: hue angle of 280º 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 #AEACAF is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174172175-
CMYK0.010.0200.31
HSL280º1.84%68.04%-
HSV(B)280º1.71%68.63%-
XYZ39.9541.646.48-
YUV172.94129.16128.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=33.40%
G=33.01%
B=33.59%

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
Decimal1741721750.010.0200.312801.8468.04
HexAEACAF1201F118244
Octal256254257120374302104
Binary101011101010110010101111110011111100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACAF; }

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

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

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

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

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

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

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

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