#AEAEA1

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

Shades of Bombay #AEAEA1

Tints of Bombay #AEAEA1

Color information

#AEAEA1 (or 0xAEAEA1) is unknown color: approx Bombay. HEX triplet: AE, AE and A1. RGB value is (174,174,161). Sum of RGB (Red+Green+Blue) = 174+174+161=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEA1 is #51515E. Grayscale: #ACACAC. Windows color (decimal): -5329247 or 10596014. OLE color: 10596014.

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

Color convert

RGB174174161-
CMYK000.070.32
HSL60º7.43%65.69%-
HSV(B)60º7.47%68.24%-
XYZ39.0241.8439.74-
YUV172.52121.5129.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 161 (63.28% from 255) = 31.63%
R=34.18%
G=34.18%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174161000.070.32607.4365.69
HexAEAEA1007203c742
Octal25625624100740747102
Binary101011101010111010100001001111000001111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEA1; }

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

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

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

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

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

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

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

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