#AEA5B4

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

Shades of Chatelle #AEA5B4

Tints of Chatelle #AEA5B4

Color information

#AEA5B4 (or 0xAEA5B4) is unknown color: approx Chatelle. HEX triplet: AE, A5 and B4. RGB value is (174,165,180). Sum of RGB (Red+Green+Blue) = 174+165+180=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 180 - color contains mainly: blue. Hex color #AEA5B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA5B4 is #515A4B. Grayscale: #A9A9A9. Windows color (decimal): -5331532 or 11838894. OLE color: 11838894.

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

Color convert

RGB174165180-
CMYK0.030.0800.29
HSL276º9.09%67.65%-
HSV(B)276º8.33%70.59%-
XYZ39.1539.248.68-
YUV169.4133.98131.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 165 (64.84% from 255) = 31.79%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=33.53%
G=31.79%
B=34.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741651800.030.0800.292769.0967.65
HexAEA5B43801D114944
Octal25624526431003542411104
Binary10101110101001011011010011100001110110001010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA5B4; }

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

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

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

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

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

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

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

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