#A87D63

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

Shades of Medium Wood #A87D63

Tints of Medium Wood #A87D63

Color information

#A87D63 (or 0xA87D63) is unknown color: approx Medium Wood. HEX triplet: A8, 7D and 63. RGB value is (168,125,99). Sum of RGB (Red+Green+Blue) = 168+125+99=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D63 is #57829C. Grayscale: #878787. Windows color (decimal): -5735069 or 6520232. OLE color: 6520232.

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

Color convert

RGB16812599-
CMYK00.260.410.34
HSL22.61º28.4%52.35%-
HSV(B)22.61º41.07%65.88%-
XYZ25.7323.8915.06-
YUV134.89107.75151.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 125 (49.22% from 255) = 31.89%
BLUE value IS 99 (39.06% from 255) = 25.26%
R=42.86%
G=31.89%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681259900.260.410.3422.6128.452.35
HexA87D6301A2922171c34
Octal2501751430325142273464
Binary10101000111110111000110110101010011000101011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87D63; }

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

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

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

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

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

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

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

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