#ADADA6

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

Shades of Bombay #ADADA6

Tints of Bombay #ADADA6

Color information

#ADADA6 (or 0xADADA6) is unknown color: approx Bombay. HEX triplet: AD, AD and A6. RGB value is (173,173,166). Sum of RGB (Red+Green+Blue) = 173+173+166=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADA6 is #525259. Grayscale: #ACACAC. Windows color (decimal): -5395034 or 10923437. OLE color: 10923437.

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

Color convert

RGB173173166-
CMYK000.040.32
HSL60º4.09%66.47%-
HSV(B)60º4.05%67.84%-
XYZ39.0641.5242.03-
YUV172.2124.5128.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 166 (65.23% from 255) = 32.42%
R=33.79%
G=33.79%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173166000.040.32604.0966.47
HexADADA6004203c442
Octal25525524600440744102
Binary101011011010110110100110001001000001111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADA6; }

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

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

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

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

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

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

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

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