#A9805E

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

Shades of Medium Wood #A9805E

Tints of Medium Wood #A9805E

Color information

#A9805E (or 0xA9805E) is unknown color: approx Medium Wood. HEX triplet: A9, 80 and 5E. RGB value is (169,128,94). Sum of RGB (Red+Green+Blue) = 169+128+94=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A9805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9805E is #567FA1. Grayscale: #888888. Windows color (decimal): -5668770 or 6193321. OLE color: 6193321.

HSL color Cylindrical-coordinate representation of color #A9805E: hue angle of 27.2º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9805E is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16912894-
CMYK00.240.440.34
HSL27.2º30.36%51.57%-
HSV(B)27.2º44.38%66.27%-
XYZ26.124.6813.98-
YUV136.38104.08151.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.22%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 94 (37.11% from 255) = 24.04%
R=43.22%
G=32.74%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691289400.240.440.3427.230.3651.57
HexA9805E0182C221b1e34
Octal2512001360305442333664
Binary101010011000000010111100110001011001000101101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9805E; }

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

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

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

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

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

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

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

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