Html Css Color HEX #ADADAB Bombay

📋 copy color: '#ADADAB'

red 173 ◦ green 173 ◦ blue 171

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

Shades of Bombay #ADADAB

Tints of Bombay #ADADAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.08%

R = 33.46%
G = 33.46%
B = 33.08%

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

#ADADAB (or 0xADADAB) is known color: Bombay. HEX triplet: AD, AD and AB. RGB value is (173,173,171). Sum of RGB (Red+Green+Blue) = 173+173+171=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADAB is #525254. Grayscale: #ACACAC. Windows color (decimal): -5395029 or 11251117. OLE color: 11251117.

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

Color convert

RGB 173 173 171 -
CMYK 0 0 0.01 0.32
HSL 60º 0.01% 0.67% -
HSV(B) 60º 0.01% 0.68% -
XYZ 39.53 41.71 44.5 -
YUV 172.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 173 173 171 0 0 0.01 0.32 60 0.01 0.67
Hex AD AD AB 0 0 1 20 3C 1 43
Octal 255 255 253 0 0 1 40 74 1 103
Binary 10101101 10101101 10101011 0 0 1 100000 111100 1 1000011

Color Harmonies of #ADADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADAB

Black with #ADADAB

Text Example


Text Example

White with #ADADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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