Html Css Color HEX #AD856F Medium Wood

📋 copy color: '#AD856F'

red 173 ◦ green 133 ◦ blue 111

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

Shades of Medium Wood #AD856F

Tints of Medium Wood #AD856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.89%

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

R = 41.49%
G = 31.89%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD856F (or 0xAD856F) is known color: Medium Wood. HEX triplet: AD, 85 and 6F. RGB value is (173,133,111). Sum of RGB (Red+Green+Blue) = 173+133+111=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD856F is #527A90. Grayscale: #8E8E8E. Windows color (decimal): -5405329 or 7308717. OLE color: 7308717.

HSL color Cylindrical-coordinate representation of color #AD856F: hue angle of 21.29º 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 #AD856F is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 133 111 -
CMYK 0 0.23 0.36 0.32
HSL 21.29º 0.27% 0.56% -
HSV(B) 21.29º 0.36% 0.68% -
XYZ 28.49 26.81 18.71 -
YUV 142.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 173 133 111 0 0.23 0.36 0.32 21.29 0.27 0.56
Hex AD 85 6F 0 17 24 20 15 1B 38
Octal 255 205 157 0 27 44 40 25 33 70
Binary 10101101 10000101 1101111 0 10111 100100 100000 10101 11011 111000

Color Harmonies of #AD856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD856F

Black with #AD856F

Text Example


Text Example

White with #AD856F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD856F; }

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

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

background-color css

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

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

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

border-color css

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

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

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