Html Css Color HEX #A87E6B Medium Wood

📋 copy color: '#A87E6B'

red 168 ◦ green 126 ◦ blue 107

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

Shades of Medium Wood #A87E6B

Tints of Medium Wood #A87E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.68%

R = 41.9%
G = 31.42%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A87E6B (or 0xA87E6B) is known color: Medium Wood. HEX triplet: A8, 7E and 6B. RGB value is (168,126,107). Sum of RGB (Red+Green+Blue) = 168+126+107=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87E6B is #578194. Grayscale: #888888. Windows color (decimal): -5734805 or 7044776. OLE color: 7044776.

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

Color convert

RGB 168 126 107 -
CMYK 0 0.25 0.36 0.34
HSL 18.69º 0.26% 0.54% -
HSV(B) 18.69º 0.36% 0.66% -
XYZ 26.26 24.31 17.22 -
YUV 136.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 168 126 107 0 0.25 0.36 0.34 18.69 0.26 0.54
Hex A8 7E 6B 0 19 24 22 13 1A 36
Octal 250 176 153 0 31 44 42 23 32 66
Binary 10101000 1111110 1101011 0 11001 100100 100010 10011 11010 110110

Color Harmonies of #A87E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87E6B

Black with #A87E6B

Text Example


Text Example

White with #A87E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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