#AEA5B6

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

Shades of Chatelle #AEA5B6

Tints of Chatelle #AEA5B6

Color information

#AEA5B6 (or 0xAEA5B6) is unknown color: approx Chatelle. HEX triplet: AE, A5 and B6. RGB value is (174,165,182). Sum of RGB (Red+Green+Blue) = 174+165+182=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 182 - color contains mainly: blue. Hex color #AEA5B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA5B6 is #515A49. Grayscale: #A9A9A9. Windows color (decimal): -5331530 or 11969966. OLE color: 11969966.

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

Color convert

RGB174165182-
CMYK0.040.0900.29
HSL271.76º10.43%68.04%-
HSV(B)271.76º9.34%71.37%-
XYZ39.3539.2949.76-
YUV169.63134.98131.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 165 (64.84% from 255) = 31.67%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=33.40%
G=31.67%
B=34.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741651820.040.0900.29271.7610.4368.04
HexAEA5B64901D110a44
Octal25624526641103542012104
Binary101011101010010110110110100100101110110001000010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA5B6; }

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

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

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

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

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

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

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

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