#A98660

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

Shades of Medium Wood #A98660

Tints of Medium Wood #A98660

Color information

#A98660 (or 0xA98660) is unknown color: approx Medium Wood. HEX triplet: A9, 86 and 60. RGB value is (169,134,96). Sum of RGB (Red+Green+Blue) = 169+134+96=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A98660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98660 is #56799F. Grayscale: #8C8C8C. Windows color (decimal): -5667232 or 6325929. OLE color: 6325929.

HSL color Cylindrical-coordinate representation of color #A98660: hue angle of 31.23º degrees, saturation: 0.3, 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 #A98660 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB16913496-
CMYK00.210.430.34
HSL31.23º29.8%51.96%-
HSV(B)31.23º43.2%66.27%-
XYZ2726.3314.73-
YUV140.13103.1148.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 134 (52.73% from 255) = 33.58%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=42.36%
G=33.58%
B=24.06%

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
Decimal1691349600.210.430.3431.2329.851.96
HexA986600152B221f1e34
Octal2512061400255342373664
Binary101010011000011011000000101011010111000101111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98660; }

 p { color: rgb(169,134,96); }

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

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

 a { background-color: rgb(169,134,96); }

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

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

 span { border-color: rgb(169,134,96); }

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