Html Css Color HEX #AD846F Medium Wood

📋 copy color: '#AD846F'

red 173 ◦ green 132 ◦ blue 111

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

Shades of Medium Wood #AD846F

Tints of Medium Wood #AD846F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.73%

 BLUE value IS 111 (43.75% from 255) = 26.68%

R = 41.59%
G = 31.73%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD846F (or 0xAD846F) is known color: Medium Wood. HEX triplet: AD, 84 and 6F. RGB value is (173,132,111). Sum of RGB (Red+Green+Blue) = 173+132+111=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD846F is #527B90. Grayscale: #8D8D8D. Windows color (decimal): -5405585 or 7308461. OLE color: 7308461.

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

Color convert

RGB 173 132 111 -
CMYK 0 0.24 0.36 0.32
HSL 20.32º 0.27% 0.56% -
HSV(B) 20.32º 0.36% 0.68% -
XYZ 28.35 26.53 18.67 -
YUV 141.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 173 132 111 0 0.24 0.36 0.32 20.32 0.27 0.56
Hex AD 84 6F 0 18 24 20 14 1B 38
Octal 255 204 157 0 30 44 40 24 33 70
Binary 10101101 10000100 1101111 0 11000 100100 100000 10100 11011 111000

Color Harmonies of #AD846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD846F

Black with #AD846F

Text Example


Text Example

White with #AD846F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD846F; }

 p { color: rgb(173,132,111); }

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

background-color css

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

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

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

border-color css

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

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

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