Html Css Color HEX #A87A56 Medium Wood

📋 copy color: '#A87A56'

red 168 ◦ green 122 ◦ blue 86

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

Shades of Medium Wood #A87A56

Tints of Medium Wood #A87A56

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.45%

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

R = 44.68%
G = 32.45%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A87A56 (or 0xA87A56) is known color: Medium Wood. HEX triplet: A8, 7A and 56. RGB value is (168,122,86). Sum of RGB (Red+Green+Blue) = 168+122+86=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87A56 is #5785A9. Grayscale: #838383. Windows color (decimal): -5735850 or 5667496. OLE color: 5667496.

HSL color Cylindrical-coordinate representation of color #A87A56: hue angle of 26.34º 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 #A87A56 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 122 86 -
CMYK 0 0.27 0.49 0.34
HSL 26.34º 0.32% 0.5% -
HSV(B) 26.34º 0.49% 0.66% -
XYZ 24.79 22.92 11.92 -
YUV 131.65 102.24 153.93 -
System Red Green Blue C M Y K H S L
Decimal 168 122 86 0 0.27 0.49 0.34 26.34 0.32 0.5
Hex A8 7A 56 0 1B 31 22 1A 20 32
Octal 250 172 126 0 33 61 42 32 40 62
Binary 10101000 1111010 1010110 0 11011 110001 100010 11010 100000 110010

Color Harmonies of #A87A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87A56

Black with #A87A56

Text Example


Text Example

White with #A87A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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