#A98061

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

Shades of Medium Wood #A98061

Tints of Medium Wood #A98061

Color information

#A98061 (or 0xA98061) is unknown color: approx Medium Wood. HEX triplet: A9, 80 and 61. RGB value is (169,128,97). Sum of RGB (Red+Green+Blue) = 169+128+97=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A98061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98061 is #567F9E. Grayscale: #888888. Windows color (decimal): -5668767 or 6389929. OLE color: 6389929.

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

Color convert

RGB16912897-
CMYK00.240.430.34
HSL25.83º29.51%52.16%-
HSV(B)25.83º42.6%66.27%-
XYZ26.2424.7414.7-
YUV136.72105.58151.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.89%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 97 (38.28% from 255) = 24.62%
R=42.89%
G=32.49%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691289700.240.430.3425.8329.5152.16
HexA980610182B221a1e34
Octal2512001410305342323664
Binary101010011000000011000010110001010111000101101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98061; }

 p { color: rgb(169,128,97); }

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

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

 a { background-color: rgb(169,128,97); }

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

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

 span { border-color: rgb(169,128,97); }

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