#AEA3B4

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

Shades of Chatelle #AEA3B4

Tints of Chatelle #AEA3B4

Color information

#AEA3B4 (or 0xAEA3B4) is unknown color: approx Chatelle. HEX triplet: AE, A3 and B4. RGB value is (174,163,180). Sum of RGB (Red+Green+Blue) = 174+163+180=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 180 - color contains mainly: blue. Hex color #AEA3B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA3B4 is #515C4B. Grayscale: #A8A8A8. Windows color (decimal): -5332044 or 11838382. OLE color: 11838382.

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

Color convert

RGB174163180-
CMYK0.030.0900.29
HSL278.82º10.18%67.25%-
HSV(B)278.82º9.44%70.59%-
XYZ38.7938.4948.56-
YUV168.23134.64132.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 163 (64.06% from 255) = 31.53%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=33.66%
G=31.53%
B=34.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741631800.030.0900.29278.8210.1867.25
HexAEA3B43901D117a43
Octal25624326431103542712103
Binary10101110101000111011010011100101110110001011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3B4; }

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

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

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

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

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

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

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

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