#ADADAC

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

Shades of Bombay #ADADAC

Tints of Bombay #ADADAC

Color information

#ADADAC (or 0xADADAC) is unknown color: approx Bombay. HEX triplet: AD, AD and AC. RGB value is (173,173,172). Sum of RGB (Red+Green+Blue) = 173+173+172=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADAC is #525253. Grayscale: #ACACAC. Windows color (decimal): -5395028 or 11316653. OLE color: 11316653.

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

Color convert

RGB173173172-
CMYK000.010.32
HSL60º0.61%67.65%-
HSV(B)60º0.58%67.84%-
XYZ39.6241.7545-
YUV172.89127.5128.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=33.40%
G=33.40%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173172000.010.32600.6167.65
HexADADAC001203c144
Octal25525525400140741104
Binary10101101101011011010110000110000011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADAC; }

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

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

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

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

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

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

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

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