#AEA4B2

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

Shades of Chatelle #AEA4B2

Tints of Chatelle #AEA4B2

Color information

#AEA4B2 (or 0xAEA4B2) is unknown color: approx Chatelle. HEX triplet: AE, A4 and B2. RGB value is (174,164,178). Sum of RGB (Red+Green+Blue) = 174+164+178=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 178 - color contains mainly: blue. Hex color #AEA4B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA4B2 is #515B4D. Grayscale: #A8A8A8. Windows color (decimal): -5331790 or 11707566. OLE color: 11707566.

HSL color Cylindrical-coordinate representation of color #AEA4B2: hue angle of 282.86º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEA4B2 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB174164178-
CMYK0.020.0800.30
HSL282.86º8.33%67.06%-
HSV(B)282.86º7.87%69.8%-
XYZ38.7738.7647.56-
YUV168.59133.31131.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 164 (64.45% from 255) = 31.78%
BLUE value IS 178 (69.92% from 255) = 34.50%
R=33.72%
G=31.78%
B=34.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741641780.020.0800.30282.868.3367.06
HexAEA4B22801E11b843
Octal25624426221003643310103
Binary10101110101001001011001010100001111010001101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA4B2; }

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

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

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

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

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

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

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

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