Html Css Color HEX #A87F6C Medium Wood

📋 copy color: '#A87F6C'

red 168 ◦ green 127 ◦ blue 108

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

Shades of Medium Wood #A87F6C

Tints of Medium Wood #A87F6C

RGB

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

 GREEN value IS 127 (50% from 255) = 31.51%

 BLUE value IS 108 (42.58% from 255) = 26.8%

R = 41.69%
G = 31.51%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A87F6C (or 0xA87F6C) is known color: Medium Wood. HEX triplet: A8, 7F and 6C. RGB value is (168,127,108). Sum of RGB (Red+Green+Blue) = 168+127+108=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F6C is #578093. Grayscale: #898989. Windows color (decimal): -5734548 or 7110568. OLE color: 7110568.

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

Color convert

RGB 168 127 108 -
CMYK 0 0.24 0.36 0.34
HSL 19º 0.26% 0.54% -
HSV(B) 19º 0.36% 0.66% -
XYZ 26.44 24.59 17.54 -
YUV 137.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 168 127 108 0 0.24 0.36 0.34 19 0.26 0.54
Hex A8 7F 6C 0 18 24 22 13 1A 36
Octal 250 177 154 0 30 44 42 23 32 66
Binary 10101000 1111111 1101100 0 11000 100100 100010 10011 11010 110110

Color Harmonies of #A87F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87F6C

Black with #A87F6C

Text Example


Text Example

White with #A87F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87F6C; }

 p { color: rgb(168,127,108); }

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

background-color css

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

 a { background-color: rgb(168,127,108); }

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

border-color css

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

 span { border-color: rgb(168,127,108); }

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