#ADADAB

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

Shades of Bombay #ADADAB

Tints of Bombay #ADADAB

Color information

#ADADAB (or 0xADADAB) is unknown color: approx Bombay. HEX triplet: AD, AD and AB. RGB value is (173,173,171). Sum of RGB (Red+Green+Blue) = 173+173+171=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADAB is #525254. Grayscale: #ACACAC. Windows color (decimal): -5395029 or 11251117. OLE color: 11251117.

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

Color convert

RGB173173171-
CMYK000.010.32
HSL60º1.2%67.45%-
HSV(B)60º1.16%67.84%-
XYZ39.5341.7144.5-
YUV172.77127128.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=33.46%
G=33.46%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173171000.010.32601.267.45
HexADADAB001203c143
Octal25525525300140741103
Binary10101101101011011010101100110000011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADAB; }

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

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

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

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

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

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

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

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