Html Css Color HEX #ADADA8 Bombay

📋 copy color: '#ADADA8'

red 173 ◦ green 173 ◦ blue 168

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

Shades of Bombay #ADADA8

Tints of Bombay #ADADA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.68%

R = 33.66%
G = 33.66%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#ADADA8 (or 0xADADA8) is known color: Bombay. HEX triplet: AD, AD and A8. RGB value is (173,173,168). Sum of RGB (Red+Green+Blue) = 173+173+168=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADA8 is #525257. Grayscale: #ACACAC. Windows color (decimal): -5395032 or 11054509. OLE color: 11054509.

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

Color convert

RGB 173 173 168 -
CMYK 0 0 0.03 0.32
HSL 60º 0.03% 0.67% -
HSV(B) 60º 0.03% 0.68% -
XYZ 39.25 41.6 43.01 -
YUV 172.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 173 173 168 0 0 0.03 0.32 60 0.03 0.67
Hex AD AD A8 0 0 3 20 3C 3 43
Octal 255 255 250 0 0 3 40 74 3 103
Binary 10101101 10101101 10101000 0 0 11 100000 111100 11 1000011

Color Harmonies of #ADADA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADA8

Black with #ADADA8

Text Example


Text Example

White with #ADADA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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