#AAAAA8

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

Shades of Bombay #AAAAA8

Tints of Bombay #AAAAA8

Color information

#AAAAA8 (or 0xAAAAA8) is unknown color: approx Bombay. HEX triplet: AA, AA and A8. RGB value is (170,170,168). Sum of RGB (Red+Green+Blue) = 170+170+168=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAAA8 is #555557. Grayscale: #A9A9A9. Windows color (decimal): -5592408 or 11053738. OLE color: 11053738.

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

Color convert

RGB170170168-
CMYK000.010.33
HSL60º1.16%66.27%-
HSV(B)60º1.18%66.67%-
XYZ38.0240.1242.79-
YUV169.77127128.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 168 (66.02% from 255) = 33.07%
R=33.46%
G=33.46%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170168000.010.33601.1666.27
HexAAAAA8001213c142
Octal25225225000141741102
Binary10101010101010101010100000110000111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAA8; }

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

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

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

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

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

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

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

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