Html Css Color HEX #ADB1B1 Hit Grey

📋 copy color: '#ADB1B1'

red 173 ◦ green 177 ◦ blue 177

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

Shades of Hit Grey #ADB1B1

Tints of Hit Grey #ADB1B1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.59%

 BLUE value IS 177 (69.53% from 255) = 33.59%

R = 32.83%
G = 33.59%
B = 33.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ADB1B1 (or 0xADB1B1) is known color: Hit Grey. HEX triplet: AD, B1 and B1. RGB value is (173,177,177). Sum of RGB (Red+Green+Blue) = 173+177+177=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 177 - color contains mainly: green, blue. Hex color #ADB1B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1B1 is #524E4E. Grayscale: #AFAFAF. Windows color (decimal): -5393999 or 11645357. OLE color: 11645357.

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

Color convert

RGB 173 177 177 -
CMYK 0.02 0 0 0.31
HSL 180º 0.03% 0.69% -
HSV(B) 180º 0.02% 0.69% -
XYZ 40.89 43.5 47.84 -
YUV 175.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 173 177 177 0.02 0 0 0.31 180 0.03 0.69
Hex AD B1 B1 2 0 0 1F B4 2 45
Octal 255 261 261 2 0 0 37 264 2 105
Binary 10101101 10110001 10110001 10 0 0 11111 10110100 10 1000101

Color Harmonies of #ADB1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1B1

Black with #ADB1B1

Text Example


Text Example

White with #ADB1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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