#ADADA2

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

Shades of Bombay #ADADA2

Tints of Bombay #ADADA2

Color information

#ADADA2 (or 0xADADA2) is unknown color: approx Bombay. HEX triplet: AD, AD and A2. RGB value is (173,173,162). Sum of RGB (Red+Green+Blue) = 173+173+162=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADA2 is #52525D. Grayscale: #ABABAB. Windows color (decimal): -5395038 or 10661293. OLE color: 10661293.

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

Color convert

RGB173173162-
CMYK000.060.32
HSL60º6.29%65.69%-
HSV(B)60º6.36%67.84%-
XYZ38.741.3840.13-
YUV171.75122.5128.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 162 (63.67% from 255) = 31.89%
R=34.06%
G=34.06%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173162000.060.32606.2965.69
HexADADA2006203c642
Octal25525524200640746102
Binary101011011010110110100010001101000001111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADA2; }

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

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

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

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

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

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

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

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