Html Css Color HEX #ADADA6 Bombay

📋 copy color: '#ADADA6'

red 173 ◦ green 173 ◦ blue 166

#ADADA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bombay #ADADA6

Tints of Bombay #ADADA6

RGB

 RED value IS 173 (67.97% from 255) = 33.79%

 GREEN value IS 173 (67.97% from 255) = 33.79%

 BLUE value IS 166 (65.23% from 255) = 32.42%

R = 33.79%
G = 33.79%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#ADADA6 (or 0xADADA6) is known color: Bombay. HEX triplet: AD, AD and A6. RGB value is (173,173,166). Sum of RGB (Red+Green+Blue) = 173+173+166=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADA6 is #525259. Grayscale: #ACACAC. Windows color (decimal): -5395034 or 10923437. OLE color: 10923437.

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

Color convert

RGB 173 173 166 -
CMYK 0 0 0.04 0.32
HSL 60º 0.04% 0.66% -
HSV(B) 60º 0.04% 0.68% -
XYZ 39.06 41.52 42.03 -
YUV 172.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 173 173 166 0 0 0.04 0.32 60 0.04 0.66
Hex AD AD A6 0 0 4 20 3C 4 42
Octal 255 255 246 0 0 4 40 74 4 102
Binary 10101101 10101101 10100110 0 0 100 100000 111100 100 1000010

Color Harmonies of #ADADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADA6

Black with #ADADA6

Text Example


Text Example

White with #ADADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADA6; }

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

 H1.HeaderClassName
 {
   color: #ADADA6;
 }
 .AnyTagClassName
 {
   color: #ADADA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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