#A87B65

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

Shades of Medium Wood #A87B65

Tints of Medium Wood #A87B65

Color information

#A87B65 (or 0xA87B65) is unknown color: approx Medium Wood. HEX triplet: A8, 7B and 65. RGB value is (168,123,101). Sum of RGB (Red+Green+Blue) = 168+123+101=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87B65 is #57849A. Grayscale: #868686. Windows color (decimal): -5735579 or 6650792. OLE color: 6650792.

HSL color Cylindrical-coordinate representation of color #A87B65: hue angle of 19.7º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A87B65 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB168123101-
CMYK00.270.400.34
HSL19.7º27.8%52.75%-
HSV(B)19.7º39.88%65.88%-
XYZ25.5823.4315.49-
YUV133.95109.41152.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 101 (39.84% from 255) = 25.77%
R=42.86%
G=31.38%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812310100.270.400.3419.727.852.75
HexA87B6501B2822141c35
Octal2501731450335042243465
Binary10101000111101111001010110111010001000101010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87B65; }

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

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

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

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

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

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

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

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