#AEAEA5

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

Shades of Bombay #AEAEA5

Tints of Bombay #AEAEA5

Color information

#AEAEA5 (or 0xAEAEA5) is unknown color: approx Bombay. HEX triplet: AE, AE and A5. RGB value is (174,174,165). Sum of RGB (Red+Green+Blue) = 174+174+165=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEA5 is #51515A. Grayscale: #ADADAD. Windows color (decimal): -5329243 or 10858158. OLE color: 10858158.

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

Color convert

RGB174174165-
CMYK000.050.32
HSL60º5.26%66.47%-
HSV(B)60º5.17%68.24%-
XYZ39.3841.9941.63-
YUV172.97123.5128.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 165 (64.84% from 255) = 32.16%
R=33.92%
G=33.92%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174165000.050.32605.2666.47
HexAEAEA5005203c542
Octal25625624500540745102
Binary101011101010111010100101001011000001111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEA5; }

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

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

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

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

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

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

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

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