Html Css Color HEX #ADADA3 Bombay

📋 copy color: '#ADADA3'

red 173 ◦ green 173 ◦ blue 163

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

Shades of Bombay #ADADA3

Tints of Bombay #ADADA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.02%

R = 33.99%
G = 33.99%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#ADADA3 (or 0xADADA3) is known color: Bombay. HEX triplet: AD, AD and A3. RGB value is (173,173,163). Sum of RGB (Red+Green+Blue) = 173+173+163=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADA3 is #52525C. Grayscale: #ABABAB. Windows color (decimal): -5395037 or 10726829. OLE color: 10726829.

HSL color Cylindrical-coordinate representation of color #ADADA3: 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 #ADADA3 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 173 163 -
CMYK 0 0 0.06 0.32
HSL 60º 0.06% 0.66% -
HSV(B) 60º 0.06% 0.68% -
XYZ 38.79 41.42 40.6 -
YUV 171.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 173 173 163 0 0 0.06 0.32 60 0.06 0.66
Hex AD AD A3 0 0 6 20 3C 6 42
Octal 255 255 243 0 0 6 40 74 6 102
Binary 10101101 10101101 10100011 0 0 110 100000 111100 110 1000010

Color Harmonies of #ADADA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADA3

Black with #ADADA3

Text Example


Text Example

White with #ADADA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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