Html Css Color HEX #ADADAC Bombay

📋 copy color: '#ADADAC'

red 173 ◦ green 173 ◦ blue 172

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

Shades of Bombay #ADADAC

Tints of Bombay #ADADAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.2%

R = 33.4%
G = 33.4%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#ADADAC (or 0xADADAC) is known color: Bombay. HEX triplet: AD, AD and AC. RGB value is (173,173,172). Sum of RGB (Red+Green+Blue) = 173+173+172=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADAC is #525253. Grayscale: #ACACAC. Windows color (decimal): -5395028 or 11316653. OLE color: 11316653.

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

Color convert

RGB 173 173 172 -
CMYK 0 0 0.01 0.32
HSL 60º 0.01% 0.68% -
HSV(B) 60º 0.01% 0.68% -
XYZ 39.62 41.75 45 -
YUV 172.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 173 173 172 0 0 0.01 0.32 60 0.01 0.68
Hex AD AD AC 0 0 1 20 3C 1 44
Octal 255 255 254 0 0 1 40 74 1 104
Binary 10101101 10101101 10101100 0 0 1 100000 111100 1 1000100

Color Harmonies of #ADADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADAC

Black with #ADADAC

Text Example


Text Example

White with #ADADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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