#AEAEA9

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

Shades of Bombay #AEAEA9

Tints of Bombay #AEAEA9

Color information

#AEAEA9 (or 0xAEAEA9) is unknown color: approx Bombay. HEX triplet: AE, AE and A9. RGB value is (174,174,169). Sum of RGB (Red+Green+Blue) = 174+174+169=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEA9 is #515156. Grayscale: #ADADAD. Windows color (decimal): -5329239 or 11120302. OLE color: 11120302.

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

Color convert

RGB174174169-
CMYK000.030.32
HSL60º2.99%67.25%-
HSV(B)60º2.87%68.24%-
XYZ39.7542.1443.57-
YUV173.43125.5128.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 169 (66.41% from 255) = 32.69%
R=33.66%
G=33.66%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174169000.030.32602.9967.25
HexAEAEA9003203c343
Octal25625625100340743103
Binary1010111010101110101010010011100000111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEA9; }

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

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

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

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

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

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

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

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