#A7A7A6

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

Shades of Bombay #A7A7A6

Tints of Bombay #A7A7A6

Color information

#A7A7A6 (or 0xA7A7A6) is unknown color: approx Bombay. HEX triplet: A7, A7 and A6. RGB value is (167,167,166). Sum of RGB (Red+Green+Blue) = 167+167+166=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 167 - color contains mainly: red, green. Hex color #A7A7A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A7A6 is #585859. Grayscale: #A6A6A6. Windows color (decimal): -5789786 or 10921895. OLE color: 10921895.

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

Color convert

RGB167167166-
CMYK000.010.35
HSL60º0.56%65.29%-
HSV(B)60º0.6%65.49%-
XYZ36.6438.6141.6-
YUV166.89127.5128.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.4%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 166 (65.23% from 255) = 33.2%
R=33.4%
G=33.4%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167167166000.010.35600.5665.29
HexA7A7A6001233c141
Octal24724724600143741101
Binary10100111101001111010011000110001111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A7A6; }

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

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

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

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

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

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

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

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