Html Css Color HEX #ADBDB6 Loblolly

📋 copy color: '#ADBDB6'

red 173 ◦ green 189 ◦ blue 182

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

Shades of Loblolly #ADBDB6

Tints of Loblolly #ADBDB6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.74%

 BLUE value IS 182 (71.48% from 255) = 33.46%

R = 31.8%
G = 34.74%
B = 33.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#ADBDB6 (or 0xADBDB6) is known color: Loblolly. HEX triplet: AD, BD and B6. RGB value is (173,189,182). Sum of RGB (Red+Green+Blue) = 173+189+182=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDB6 is #524249. Grayscale: #B7B7B7. Windows color (decimal): -5390922 or 11976109. OLE color: 11976109.

HSL color Cylindrical-coordinate representation of color #ADBDB6: hue angle of 153.75º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBDB6 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 189 182 -
CMYK 0.08 0 0.04 0.26
HSL 153.75º 0.11% 0.71% -
HSV(B) 153.75º 0.08% 0.74% -
XYZ 43.87 48.66 51.34 -
YUV 183.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 173 189 182 0.08 0 0.04 0.26 153.75 0.11 0.71
Hex AD BD B6 8 0 4 1A 9A B 47
Octal 255 275 266 10 0 4 32 232 13 107
Binary 10101101 10111101 10110110 1000 0 100 11010 10011010 1011 1000111

Color Harmonies of #ADBDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDB6

Black with #ADBDB6

Text Example


Text Example

White with #ADBDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDB6; }

 p { color: rgb(173,189,182); }

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

background-color css

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

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

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

border-color css

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

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

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