#AEAEA4

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

Shades of Bombay #AEAEA4

Tints of Bombay #AEAEA4

Color information

#AEAEA4 (or 0xAEAEA4) is unknown color: approx Bombay. HEX triplet: AE, AE and A4. RGB value is (174,174,164). Sum of RGB (Red+Green+Blue) = 174+174+164=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEA4 is #51515B. Grayscale: #ACACAC. Windows color (decimal): -5329244 or 10792622. OLE color: 10792622.

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

Color convert

RGB174174164-
CMYK000.060.32
HSL60º5.81%66.27%-
HSV(B)60º5.75%68.24%-
XYZ39.2941.9541.15-
YUV172.86123128.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 164 (64.45% from 255) = 32.03%
R=33.98%
G=33.98%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174164000.060.32605.8166.27
HexAEAEA4006203c642
Octal25625624400640746102
Binary101011101010111010100100001101000001111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEA4; }

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

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

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

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

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

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

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

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