#AEA7B6

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

Shades of Chatelle #AEA7B6

Tints of Chatelle #AEA7B6

Color information

#AEA7B6 (or 0xAEA7B6) is unknown color: approx Chatelle. HEX triplet: AE, A7 and B6. RGB value is (174,167,182). Sum of RGB (Red+Green+Blue) = 174+167+182=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 182 - color contains mainly: blue. Hex color #AEA7B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA7B6 is #515849. Grayscale: #AAAAAA. Windows color (decimal): -5331018 or 11970478. OLE color: 11970478.

HSL color Cylindrical-coordinate representation of color #AEA7B6: hue angle of 268º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEA7B6 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174167182-
CMYK0.040.0800.29
HSL268º9.32%68.43%-
HSV(B)268º8.24%71.37%-
XYZ39.7240.0149.89-
YUV170.8134.32130.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 167 (65.62% from 255) = 31.93%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=33.27%
G=31.93%
B=34.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741671820.040.0800.292689.3268.43
HexAEA7B64801D10c944
Octal25624726641003541411104
Binary101011101010011110110110100100001110110000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA7B6; }

 p { color: rgb(174,167,182); }

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

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

 a { background-color: rgb(174,167,182); }

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

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

 span { border-color: rgb(174,167,182); }

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