#A98467

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

Shades of Medium Wood #A98467

Tints of Medium Wood #A98467

Color information

#A98467 (or 0xA98467) is unknown color: approx Medium Wood. HEX triplet: A9, 84 and 67. RGB value is (169,132,103). Sum of RGB (Red+Green+Blue) = 169+132+103=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A98467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98467 is #567B98. Grayscale: #8B8B8B. Windows color (decimal): -5667737 or 6784169. OLE color: 6784169.

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

Color convert

RGB169132103-
CMYK00.220.390.34
HSL26.36º27.73%53.33%-
HSV(B)26.36º39.05%66.27%-
XYZ27.0625.9216.41-
YUV139.76107.26148.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 103 (40.62% from 255) = 25.50%
R=41.83%
G=32.67%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913210300.220.390.3426.3627.7353.33
HexA9846701627221a1c35
Octal2512041470264742323465
Binary101010011000010011001110101101001111000101101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98467; }

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

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

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

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

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

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

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

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