Html Css Color HEX #ADADA1 Bombay

📋 copy color: '#ADADA1'

red 173 ◦ green 173 ◦ blue 161

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

Shades of Bombay #ADADA1

Tints of Bombay #ADADA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.76%

R = 34.12%
G = 34.12%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#ADADA1 (or 0xADADA1) is known color: Bombay. HEX triplet: AD, AD and A1. RGB value is (173,173,161). Sum of RGB (Red+Green+Blue) = 173+173+161=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADA1 is #52525E. Grayscale: #ABABAB. Windows color (decimal): -5395039 or 10595757. OLE color: 10595757.

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

Color convert

RGB 173 173 161 -
CMYK 0 0 0.07 0.32
HSL 60º 0.07% 0.65% -
HSV(B) 60º 0.07% 0.68% -
XYZ 38.61 41.34 39.66 -
YUV 171.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 173 173 161 0 0 0.07 0.32 60 0.07 0.65
Hex AD AD A1 0 0 7 20 3C 7 41
Octal 255 255 241 0 0 7 40 74 7 101
Binary 10101101 10101101 10100001 0 0 111 100000 111100 111 1000001

Color Harmonies of #ADADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADA1

Black with #ADADA1

Text Example


Text Example

White with #ADADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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