Html Css Color HEX #AD846D Medium Wood

📋 copy color: '#AD846D'

red 173 ◦ green 132 ◦ blue 109

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

Shades of Medium Wood #AD846D

Tints of Medium Wood #AD846D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.33%

R = 41.79%
G = 31.88%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD846D (or 0xAD846D) is known color: Medium Wood. HEX triplet: AD, 84 and 6D. RGB value is (173,132,109). Sum of RGB (Red+Green+Blue) = 173+132+109=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD846D is #527B92. Grayscale: #8D8D8D. Windows color (decimal): -5405587 or 7177389. OLE color: 7177389.

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

Color convert

RGB 173 132 109 -
CMYK 0 0.24 0.37 0.32
HSL 21.56º 0.28% 0.55% -
HSV(B) 21.56º 0.37% 0.68% -
XYZ 28.25 26.49 18.09 -
YUV 141.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 173 132 109 0 0.24 0.37 0.32 21.56 0.28 0.55
Hex AD 84 6D 0 18 25 20 16 1C 37
Octal 255 204 155 0 30 45 40 26 34 67
Binary 10101101 10000100 1101101 0 11000 100101 100000 10110 11100 110111

Color Harmonies of #AD846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD846D

Black with #AD846D

Text Example


Text Example

White with #AD846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD846D; }

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

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

background-color css

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

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

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

border-color css

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

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

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