#ADADA7

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

Shades of Bombay #ADADA7

Tints of Bombay #ADADA7

Color information

#ADADA7 (or 0xADADA7) is unknown color: approx Bombay. HEX triplet: AD, AD and A7. RGB value is (173,173,167). Sum of RGB (Red+Green+Blue) = 173+173+167=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADA7 is #525258. Grayscale: #ACACAC. Windows color (decimal): -5395033 or 10988973. OLE color: 10988973.

HSL color Cylindrical-coordinate representation of color #ADADA7: 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 #ADADA7 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB173173167-
CMYK000.030.32
HSL60º3.53%66.67%-
HSV(B)60º3.47%67.84%-
XYZ39.1541.5642.52-
YUV172.32125128.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 167 (65.62% from 255) = 32.55%
R=33.72%
G=33.72%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173167000.030.32603.5366.67
HexADADA7003203c443
Octal25525524700340744103
Binary10101101101011011010011100111000001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADA7; }

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

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

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

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

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

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

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

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