#AAAAA6

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

Shades of Bombay #AAAAA6

Tints of Bombay #AAAAA6

Color information

#AAAAA6 (or 0xAAAAA6) is unknown color: approx Bombay. HEX triplet: AA, AA and A6. RGB value is (170,170,166). Sum of RGB (Red+Green+Blue) = 170+170+166=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAAA6 is #555559. Grayscale: #A9A9A9. Windows color (decimal): -5592410 or 10922666. OLE color: 10922666.

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

Color convert

RGB170170166-
CMYK000.020.33
HSL60º2.3%65.88%-
HSV(B)60º2.35%66.67%-
XYZ37.8440.0541.81-
YUV169.54126128.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 166 (65.23% from 255) = 32.81%
R=33.60%
G=33.60%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170166000.020.33602.365.88
HexAAAAA6002213c242
Octal25225224600241742102
Binary1010101010101010101001100010100001111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAA6; }

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

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

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

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

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

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

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

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