Html Css Color HEX #ADB2B1 Conch

📋 copy color: '#ADB2B1'

red 173 ◦ green 178 ◦ blue 177

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

Shades of Conch #ADB2B1

Tints of Conch #ADB2B1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.71%

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

R = 32.77%
G = 33.71%
B = 33.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#ADB2B1 (or 0xADB2B1) is known color: Conch. HEX triplet: AD, B2 and B1. RGB value is (173,178,177). Sum of RGB (Red+Green+Blue) = 173+178+177=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB2B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB2B1 is #524D4E. Grayscale: #B0B0B0. Windows color (decimal): -5393743 or 11645613. OLE color: 11645613.

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

Color convert

RGB 173 178 177 -
CMYK 0.03 0 0.01 0.30
HSL 168º 0.03% 0.69% -
HSV(B) 168º 0.03% 0.7% -
XYZ 41.09 43.9 47.9 -
YUV 176.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 173 178 177 0.03 0 0.01 0.30 168 0.03 0.69
Hex AD B2 B1 3 0 1 1E A8 3 45
Octal 255 262 261 3 0 1 36 250 3 105
Binary 10101101 10110010 10110001 11 0 1 11110 10101000 11 1000101

Color Harmonies of #ADB2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2B1

Black with #ADB2B1

Text Example


Text Example

White with #ADB2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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