#ADADAA

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

Shades of Bombay #ADADAA

Tints of Bombay #ADADAA

Color information

#ADADAA (or 0xADADAA) is unknown color: approx Bombay. HEX triplet: AD, AD and AA. RGB value is (173,173,170). Sum of RGB (Red+Green+Blue) = 173+173+170=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADAA is #525255. Grayscale: #ACACAC. Windows color (decimal): -5395030 or 11185581. OLE color: 11185581.

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

Color convert

RGB173173170-
CMYK000.020.32
HSL60º1.8%67.25%-
HSV(B)60º1.73%67.84%-
XYZ39.4341.6744-
YUV172.66126.5128.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=33.53%
G=33.53%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173170000.020.32601.867.25
HexADADAA002203c243
Octal25525525200240742103
Binary1010110110101101101010100010100000111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADAA; }

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

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

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

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

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

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

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

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