#AEAEA8

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

Shades of Bombay #AEAEA8

Tints of Bombay #AEAEA8

Color information

#AEAEA8 (or 0xAEAEA8) is unknown color: approx Bombay. HEX triplet: AE, AE and A8. RGB value is (174,174,168). Sum of RGB (Red+Green+Blue) = 174+174+168=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEA8 is #515157. Grayscale: #ADADAD. Windows color (decimal): -5329240 or 11054766. OLE color: 11054766.

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

Color convert

RGB174174168-
CMYK000.030.32
HSL60º3.57%67.06%-
HSV(B)60º3.45%68.24%-
XYZ39.6642.143.08-
YUV173.32125128.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=33.72%
G=33.72%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174168000.030.32603.5767.06
HexAEAEA8003203c443
Octal25625625000340744103
Binary10101110101011101010100000111000001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEA8; }

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

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

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

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

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

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

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

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