#AEA3B6

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

Shades of Chatelle #AEA3B6

Tints of Chatelle #AEA3B6

Color information

#AEA3B6 (or 0xAEA3B6) is unknown color: approx Chatelle. HEX triplet: AE, A3 and B6. RGB value is (174,163,182). Sum of RGB (Red+Green+Blue) = 174+163+182=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 182 - color contains mainly: blue. Hex color #AEA3B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA3B6 is #515C49. Grayscale: #A8A8A8. Windows color (decimal): -5332042 or 11969454. OLE color: 11969454.

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

Color convert

RGB174163182-
CMYK0.040.1000.29
HSL274.74º11.52%67.65%-
HSV(B)274.74º10.44%71.37%-
XYZ3938.5749.65-
YUV168.46135.64131.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 163 (64.06% from 255) = 31.41%
BLUE value IS 182 (71.48% from 255) = 35.07%
R=33.53%
G=31.41%
B=35.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741631820.040.1000.29274.7411.5267.65
HexAEA3B64A01D113c44
Octal25624326641203542314104
Binary101011101010001110110110100101001110110001001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3B6; }

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

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

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

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

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

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

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

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