#ADADA5

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

Shades of Bombay #ADADA5

Tints of Bombay #ADADA5

Color information

#ADADA5 (or 0xADADA5) is unknown color: approx Bombay. HEX triplet: AD, AD and A5. RGB value is (173,173,165). Sum of RGB (Red+Green+Blue) = 173+173+165=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADA5 is #52525A. Grayscale: #ACACAC. Windows color (decimal): -5395035 or 10857901. OLE color: 10857901.

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

Color convert

RGB173173165-
CMYK000.050.32
HSL60º4.65%66.27%-
HSV(B)60º4.62%67.84%-
XYZ38.9741.4941.55-
YUV172.09124128.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 165 (64.84% from 255) = 32.29%
R=33.86%
G=33.86%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173165000.050.32604.6566.27
HexADADA5005203c542
Octal25525524500540745102
Binary101011011010110110100101001011000001111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADA5; }

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

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

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

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

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

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

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

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