Html Css Color HEX #A87D6A Medium Wood

📋 copy color: '#A87D6A'

red 168 ◦ green 125 ◦ blue 106

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

Shades of Medium Wood #A87D6A

Tints of Medium Wood #A87D6A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.33%

 BLUE value IS 106 (41.8% from 255) = 26.57%

R = 42.11%
G = 31.33%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A87D6A (or 0xA87D6A) is known color: Medium Wood. HEX triplet: A8, 7D and 6A. RGB value is (168,125,106). Sum of RGB (Red+Green+Blue) = 168+125+106=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D6A is #578295. Grayscale: #878787. Windows color (decimal): -5735062 or 6978984. OLE color: 6978984.

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

Color convert

RGB 168 125 106 -
CMYK 0 0.26 0.37 0.34
HSL 18.39º 0.26% 0.54% -
HSV(B) 18.39º 0.37% 0.66% -
XYZ 26.08 24.03 16.9 -
YUV 135.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 168 125 106 0 0.26 0.37 0.34 18.39 0.26 0.54
Hex A8 7D 6A 0 1A 25 22 12 1A 36
Octal 250 175 152 0 32 45 42 22 32 66
Binary 10101000 1111101 1101010 0 11010 100101 100010 10010 11010 110110

Color Harmonies of #A87D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D6A

Black with #A87D6A

Text Example


Text Example

White with #A87D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D6A; }

 p { color: rgb(168,125,106); }

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

background-color css

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

 a { background-color: rgb(168,125,106); }

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

border-color css

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

 span { border-color: rgb(168,125,106); }

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