#AEA0B7

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

Shades of Chatelle #AEA0B7

Tints of Chatelle #AEA0B7

Color information

#AEA0B7 (or 0xAEA0B7) is unknown color: approx Chatelle. HEX triplet: AE, A0 and B7. RGB value is (174,160,183). Sum of RGB (Red+Green+Blue) = 174+160+183=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 183 - color contains mainly: blue. Hex color #AEA0B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0B7 is #515F48. Grayscale: #A6A6A6. Windows color (decimal): -5332809 or 12034222. OLE color: 12034222.

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

Color convert

RGB174160183-
CMYK0.050.1300.28
HSL276.52º13.77%67.25%-
HSV(B)276.52º12.57%71.76%-
XYZ38.5737.5650.02-
YUV166.81137.14133.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 183 (71.88% from 255) = 35.40%
R=33.66%
G=30.95%
B=35.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741601830.050.1300.28276.5213.7767.25
HexAEA0B75D01C115e43
Octal25624026751503442516103
Binary101011101010000010110111101110101110010001010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0B7; }

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

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

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

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

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

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

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

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