#AEAEA2

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

Shades of Bombay #AEAEA2

Tints of Bombay #AEAEA2

Color information

#AEAEA2 (or 0xAEAEA2) is unknown color: approx Bombay. HEX triplet: AE, AE and A2. RGB value is (174,174,162). Sum of RGB (Red+Green+Blue) = 174+174+162=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEA2 is #51515D. Grayscale: #ACACAC. Windows color (decimal): -5329246 or 10661550. OLE color: 10661550.

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

Color convert

RGB174174162-
CMYK000.070.32
HSL60º6.9%65.88%-
HSV(B)60º6.9%68.24%-
XYZ39.1141.8840.2-
YUV172.63122128.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 162 (63.67% from 255) = 31.76%
R=34.12%
G=34.12%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174162000.070.32606.965.88
HexAEAEA2007203c742
Octal25625624200740747102
Binary101011101010111010100010001111000001111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEA2; }

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

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

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

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

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

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

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

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