#AEAEA3

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

Shades of Bombay #AEAEA3

Tints of Bombay #AEAEA3

Color information

#AEAEA3 (or 0xAEAEA3) is unknown color: approx Bombay. HEX triplet: AE, AE and A3. RGB value is (174,174,163). Sum of RGB (Red+Green+Blue) = 174+174+163=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEA3 is #51515C. Grayscale: #ACACAC. Windows color (decimal): -5329245 or 10727086. OLE color: 10727086.

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

Color convert

RGB174174163-
CMYK000.060.32
HSL60º6.36%66.08%-
HSV(B)60º6.32%68.24%-
XYZ39.241.9240.67-
YUV172.75122.5128.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 163 (64.06% from 255) = 31.90%
R=34.05%
G=34.05%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174163000.060.32606.3666.08
HexAEAEA3006203c642
Octal25625624300640746102
Binary101011101010111010100011001101000001111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEA3; }

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

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

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

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

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

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

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

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