Html Css Color HEX #ADB9B1 Loblolly

📋 copy color: '#ADB9B1'

red 173 ◦ green 185 ◦ blue 177

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

Shades of Loblolly #ADB9B1

Tints of Loblolly #ADB9B1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.58%

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

R = 32.34%
G = 34.58%
B = 33.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#ADB9B1 (or 0xADB9B1) is known color: Loblolly. HEX triplet: AD, B9 and B1. RGB value is (173,185,177). Sum of RGB (Red+Green+Blue) = 173+185+177=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9B1 is #52464E. Grayscale: #B4B4B4. Windows color (decimal): -5391951 or 11647405. OLE color: 11647405.

HSL color Cylindrical-coordinate representation of color #ADB9B1: hue angle of 140º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB9B1 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 177 -
CMYK 0.06 0 0.04 0.27
HSL 140º 0.08% 0.7% -
HSV(B) 140º 0.06% 0.73% -
XYZ 42.52 46.76 48.38 -
YUV 180.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 173 185 177 0.06 0 0.04 0.27 140 0.08 0.7
Hex AD B9 B1 6 0 4 1B 8C 8 46
Octal 255 271 261 6 0 4 33 214 10 106
Binary 10101101 10111001 10110001 110 0 100 11011 10001100 1000 1000110

Color Harmonies of #ADB9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9B1

Black with #ADB9B1

Text Example


Text Example

White with #ADB9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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