#AEABA9

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

Shades of Silk #AEABA9

Tints of Silk #AEABA9

Color information

#AEABA9 (or 0xAEABA9) is unknown color: approx Silk. HEX triplet: AE, AB and A9. RGB value is (174,171,169). Sum of RGB (Red+Green+Blue) = 174+171+169=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 174 - color contains mainly: red. Hex color #AEABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEABA9 is #515456. Grayscale: #ABABAB. Windows color (decimal): -5330007 or 11119534. OLE color: 11119534.

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

Color convert

RGB174171169-
CMYK00.020.030.32
HSL24º2.99%67.25%-
HSV(B)24º2.87%68.24%-
XYZ39.1840.9943.38-
YUV171.67126.49129.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.85%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 169 (66.41% from 255) = 32.88%
R=33.85%
G=33.27%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417116900.020.030.32242.9967.25
HexAEABA90232018343
Octal25625325102340303103
Binary1010111010101011101010010101110000011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABA9; }

 p { color: rgb(174,171,169); }

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

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

 a { background-color: rgb(174,171,169); }

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

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

 span { border-color: rgb(174,171,169); }

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