#A87B6A

Color #A87B6A Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #A87B6A

Tints of Medium Wood #A87B6A

Color information

#A87B6A (or 0xA87B6A) is unknown color: approx Medium Wood. HEX triplet: A8, 7B and 6A. RGB value is (168,123,106). Sum of RGB (Red+Green+Blue) = 168+123+106=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87B6A is #578495. Grayscale: #868686. Windows color (decimal): -5735574 or 6978472. OLE color: 6978472.

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

Color convert

RGB168123106-
CMYK00.270.370.34
HSL16.45º26.27%53.73%-
HSV(B)16.45º36.9%65.88%-
XYZ25.8323.5316.82-
YUV134.52111.91151.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=42.32%
G=30.98%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812310600.270.370.3416.4526.2753.73
HexA87B6A01B2522101a36
Octal2501731520334542203266
Binary10101000111101111010100110111001011000101000011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87B6A; }

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

 H1.HeaderClassName
 {
   color: #A87B6A;
 }
 .AnyTagClassName
 {
   color: #A87B6A;
 }
</style>
background-color css

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

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

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

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

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

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