#A88560

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

Shades of Medium Wood #A88560

Tints of Medium Wood #A88560

Color information

#A88560 (or 0xA88560) is unknown color: approx Medium Wood. HEX triplet: A8, 85 and 60. RGB value is (168,133,96). Sum of RGB (Red+Green+Blue) = 168+133+96=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A88560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88560 is #577A9F. Grayscale: #8B8B8B. Windows color (decimal): -5733024 or 6325672. OLE color: 6325672.

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

Color convert

RGB16813396-
CMYK00.210.430.34
HSL30.83º29.27%51.76%-
HSV(B)30.83º42.86%65.88%-
XYZ26.6525.9414.67-
YUV139.25103.6148.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=42.32%
G=33.50%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681339600.210.430.3430.8329.2751.76
HexA885600152B221f1d34
Octal2502051400255342373564
Binary101010001000010111000000101011010111000101111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88560; }

 p { color: rgb(168,133,96); }

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

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

 a { background-color: rgb(168,133,96); }

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

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

 span { border-color: rgb(168,133,96); }

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