#AEA2B7

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

Shades of Chatelle #AEA2B7

Tints of Chatelle #AEA2B7

Color information

#AEA2B7 (or 0xAEA2B7) is unknown color: approx Chatelle. HEX triplet: AE, A2 and B7. RGB value is (174,162,183). Sum of RGB (Red+Green+Blue) = 174+162+183=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 183 - color contains mainly: blue. Hex color #AEA2B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2B7 is #515D48. Grayscale: #A7A7A7. Windows color (decimal): -5332297 or 12034734. OLE color: 12034734.

HSL color Cylindrical-coordinate representation of color #AEA2B7: hue angle of 274.29º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEA2B7 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB174162183-
CMYK0.050.1100.28
HSL274.29º12.73%67.65%-
HSV(B)274.29º11.48%71.76%-
XYZ38.9238.2650.13-
YUV167.98136.48132.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=33.53%
G=31.21%
B=35.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741621830.050.1100.28274.2912.7367.65
HexAEA2B75B01C112d44
Octal25624226751303442215104
Binary101011101010001010110111101101101110010001001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2B7; }

 p { color: rgb(174,162,183); }

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

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

 a { background-color: rgb(174,162,183); }

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

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

 span { border-color: rgb(174,162,183); }

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