#AEA4B4

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

Shades of Chatelle #AEA4B4

Tints of Chatelle #AEA4B4

Color information

#AEA4B4 (or 0xAEA4B4) is unknown color: approx Chatelle. HEX triplet: AE, A4 and B4. RGB value is (174,164,180). Sum of RGB (Red+Green+Blue) = 174+164+180=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 180 - color contains mainly: blue. Hex color #AEA4B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA4B4 is #515B4B. Grayscale: #A8A8A8. Windows color (decimal): -5331788 or 11838638. OLE color: 11838638.

HSL color Cylindrical-coordinate representation of color #AEA4B4: hue angle of 277.5º 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 #AEA4B4 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174164180-
CMYK0.030.0900.29
HSL277.5º9.64%67.45%-
HSV(B)277.5º8.89%70.59%-
XYZ38.9738.8448.62-
YUV168.81134.31131.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 180 (70.70% from 255) = 34.75%
R=33.59%
G=31.66%
B=34.75%

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
Decimal1741641800.030.0900.29277.59.6467.45
HexAEA4B43901D116a43
Octal25624426431103542612103
Binary10101110101001001011010011100101110110001011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA4B4; }

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

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

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

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

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

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

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

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