#AEAAAF

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

Shades of Chatelle #AEAAAF

Tints of Chatelle #AEAAAF

Color information

#AEAAAF (or 0xAEAAAF) is unknown color: approx Chatelle. HEX triplet: AE, AA and AF. RGB value is (174,170,175). Sum of RGB (Red+Green+Blue) = 174+170+175=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 175 - color contains mainly: blue. Hex color #AEAAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAAAF is #515550. Grayscale: #ABABAB. Windows color (decimal): -5330257 or 11512494. OLE color: 11512494.

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

Color convert

RGB174170175-
CMYK0.010.0300.31
HSL288º3.03%67.65%-
HSV(B)288º2.86%68.63%-
XYZ39.5740.8446.36-
YUV171.77129.83129.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=33.53%
G=32.76%
B=33.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741701750.010.0300.312883.0367.65
HexAEAAAF1301F120344
Octal256252257130374403104
Binary101011101010101010101111111011111100100000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAAF; }

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

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

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

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

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

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

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

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