Html Css Color HEX #A87F6A Medium Wood

📋 copy color: '#A87F6A'

red 168 ◦ green 127 ◦ blue 106

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

Shades of Medium Wood #A87F6A

Tints of Medium Wood #A87F6A

RGB

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

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

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

R = 41.9%
G = 31.67%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A87F6A (or 0xA87F6A) is known color: Medium Wood. HEX triplet: A8, 7F and 6A. RGB value is (168,127,106). Sum of RGB (Red+Green+Blue) = 168+127+106=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F6A is #578095. Grayscale: #888888. Windows color (decimal): -5734550 or 6979496. OLE color: 6979496.

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

Color convert

RGB 168 127 106 -
CMYK 0 0.24 0.37 0.34
HSL 20.32º 0.26% 0.54% -
HSV(B) 20.32º 0.37% 0.66% -
XYZ 26.34 24.54 16.98 -
YUV 136.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 168 127 106 0 0.24 0.37 0.34 20.32 0.26 0.54
Hex A8 7F 6A 0 18 25 22 14 1A 36
Octal 250 177 152 0 30 45 42 24 32 66
Binary 10101000 1111111 1101010 0 11000 100101 100010 10100 11010 110110

Color Harmonies of #A87F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87F6A

Black with #A87F6A

Text Example


Text Example

White with #A87F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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