#A98366

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

Shades of Medium Wood #A98366

Tints of Medium Wood #A98366

Color information

#A98366 (or 0xA98366) is unknown color: approx Medium Wood. HEX triplet: A9, 83 and 66. RGB value is (169,131,102). Sum of RGB (Red+Green+Blue) = 169+131+102=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A98366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98366 is #567C99. Grayscale: #8B8B8B. Windows color (decimal): -5667994 or 6718377. OLE color: 6718377.

HSL color Cylindrical-coordinate representation of color #A98366: hue angle of 25.97º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A98366 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB169131102-
CMYK00.220.400.34
HSL25.97º28.03%53.14%-
HSV(B)25.97º39.64%66.27%-
XYZ26.8825.6316.1-
YUV139.06107.09149.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 102 (40.23% from 255) = 25.37%
R=42.04%
G=32.59%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913110200.220.400.3425.9728.0353.14
HexA9836601628221a1c35
Octal2512031460265042323465
Binary101010011000001111001100101101010001000101101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98366; }

 p { color: rgb(169,131,102); }

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

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

 a { background-color: rgb(169,131,102); }

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

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

 span { border-color: rgb(169,131,102); }

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