#AEAEAD

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

Shades of Bombay #AEAEAD

Tints of Bombay #AEAEAD

Color information

#AEAEAD (or 0xAEAEAD) is unknown color: approx Bombay. HEX triplet: AE, AE and AD. RGB value is (174,174,173). Sum of RGB (Red+Green+Blue) = 174+174+173=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEAD is #515152. Grayscale: #ADADAD. Windows color (decimal): -5329235 or 11382446. OLE color: 11382446.

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

Color convert

RGB174174173-
CMYK000.010.32
HSL60º0.61%68.04%-
HSV(B)60º0.57%68.24%-
XYZ40.1342.2945.58-
YUV173.89127.5128.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=33.40%
G=33.40%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174173000.010.32600.6168.04
HexAEAEAD001203c144
Octal25625625500140741104
Binary10101110101011101010110100110000011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEAD; }

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

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

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

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

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

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

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

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