#AEAEAA

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

Shades of Bombay #AEAEAA

Tints of Bombay #AEAEAA

Color information

#AEAEAA (or 0xAEAEAA) is unknown color: approx Bombay. HEX triplet: AE, AE and AA. RGB value is (174,174,170). Sum of RGB (Red+Green+Blue) = 174+174+170=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEAA is #515155. Grayscale: #ADADAD. Windows color (decimal): -5329238 or 11185838. OLE color: 11185838.

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

Color convert

RGB174174170-
CMYK000.020.32
HSL60º2.41%67.45%-
HSV(B)60º2.3%68.24%-
XYZ39.8542.1744.07-
YUV173.54126128.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=33.59%
G=33.59%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174170000.020.32602.4167.45
HexAEAEAA002203c243
Octal25625625200240742103
Binary1010111010101110101010100010100000111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEAA; }

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

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

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

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

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

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

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

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