Html Css Color HEX #A87E6D Medium Wood

📋 copy color: '#A87E6D'

red 168 ◦ green 126 ◦ blue 109

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

Shades of Medium Wood #A87E6D

Tints of Medium Wood #A87E6D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.27%

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

R = 41.69%
G = 31.27%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A87E6D (or 0xA87E6D) is known color: Medium Wood. HEX triplet: A8, 7E and 6D. RGB value is (168,126,109). Sum of RGB (Red+Green+Blue) = 168+126+109=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87E6D is #578192. Grayscale: #888888. Windows color (decimal): -5734803 or 7175848. OLE color: 7175848.

HSL color Cylindrical-coordinate representation of color #A87E6D: hue angle of 17.29º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A87E6D is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 126 109 -
CMYK 0 0.25 0.35 0.34
HSL 17.29º 0.25% 0.54% -
HSV(B) 17.29º 0.35% 0.66% -
XYZ 26.37 24.35 17.78 -
YUV 136.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 168 126 109 0 0.25 0.35 0.34 17.29 0.25 0.54
Hex A8 7E 6D 0 19 23 22 11 19 36
Octal 250 176 155 0 31 43 42 21 31 66
Binary 10101000 1111110 1101101 0 11001 100011 100010 10001 11001 110110

Color Harmonies of #A87E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87E6D

Black with #A87E6D

Text Example


Text Example

White with #A87E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87E6D; }

 p { color: rgb(168,126,109); }

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

background-color css

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

 a { background-color: rgb(168,126,109); }

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

border-color css

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

 span { border-color: rgb(168,126,109); }

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