#A98460

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

Shades of Medium Wood #A98460

Tints of Medium Wood #A98460

Color information

#A98460 (or 0xA98460) is unknown color: approx Medium Wood. HEX triplet: A9, 84 and 60. RGB value is (169,132,96). Sum of RGB (Red+Green+Blue) = 169+132+96=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A98460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98460 is #567B9F. Grayscale: #8B8B8B. Windows color (decimal): -5667744 or 6325417. OLE color: 6325417.

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

Color convert

RGB16913296-
CMYK00.220.430.34
HSL29.59º29.8%51.96%-
HSV(B)29.59º43.2%66.27%-
XYZ26.7225.7814.63-
YUV138.96103.76149.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=42.57%
G=33.25%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691329600.220.430.3429.5929.851.96
HexA984600162B221e1e34
Octal2512041400265342363664
Binary101010011000010011000000101101010111000101111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98460; }

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

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

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

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

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

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

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

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