#AEAAB4

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

Shades of Chatelle #AEAAB4

Tints of Chatelle #AEAAB4

Color information

#AEAAB4 (or 0xAEAAB4) is unknown color: approx Chatelle. HEX triplet: AE, AA and B4. RGB value is (174,170,180). Sum of RGB (Red+Green+Blue) = 174+170+180=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 180 - color contains mainly: blue. Hex color #AEAAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAB4 is #51554B. Grayscale: #ACACAC. Windows color (decimal): -5330252 or 11840174. OLE color: 11840174.

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

Color convert

RGB174170180-
CMYK0.030.0600.29
HSL264º6.25%68.63%-
HSV(B)264º5.56%70.59%-
XYZ40.0741.0448.99-
YUV172.34132.33129.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=33.21%
G=32.44%
B=34.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741701800.030.0600.292646.2568.63
HexAEAAB43601D108645
Octal256252264360354106105
Binary101011101010101010110100111100111011000010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAB4; }

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

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

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

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

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

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

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

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