Html Css Color HEX #A87856 Medium Wood

📋 copy color: '#A87856'

red 168 ◦ green 120 ◦ blue 86

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

Shades of Medium Wood #A87856

Tints of Medium Wood #A87856

RGB

 RED value IS 168 (66.02% from 255) = 44.92%

 GREEN value IS 120 (47.27% from 255) = 32.09%

 BLUE value IS 86 (33.98% from 255) = 22.99%

R = 44.92%
G = 32.09%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A87856 (or 0xA87856) is known color: Medium Wood. HEX triplet: A8, 78 and 56. RGB value is (168,120,86). Sum of RGB (Red+Green+Blue) = 168+120+86=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A87856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87856 is #5787A9. Grayscale: #828282. Windows color (decimal): -5736362 or 5666984. OLE color: 5666984.

HSL color Cylindrical-coordinate representation of color #A87856: hue angle of 24.88º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A87856 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 120 86 -
CMYK 0 0.29 0.49 0.34
HSL 24.88º 0.32% 0.5% -
HSV(B) 24.88º 0.49% 0.66% -
XYZ 24.54 22.43 11.84 -
YUV 130.48 102.9 154.76 -
System Red Green Blue C M Y K H S L
Decimal 168 120 86 0 0.29 0.49 0.34 24.88 0.32 0.5
Hex A8 78 56 0 1D 31 22 19 20 32
Octal 250 170 126 0 35 61 42 31 40 62
Binary 10101000 1111000 1010110 0 11101 110001 100010 11001 100000 110010

Color Harmonies of #A87856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87856

Black with #A87856

Text Example


Text Example

White with #A87856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87856; }

 p { color: rgb(168,120,86); }

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

background-color css

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

 a { background-color: rgb(168,120,86); }

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

border-color css

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

 span { border-color: rgb(168,120,86); }

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