#A9845F

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

Shades of Medium Wood #A9845F

Tints of Medium Wood #A9845F

Color information

#A9845F (or 0xA9845F) is unknown color: approx Medium Wood. HEX triplet: A9, 84 and 5F. RGB value is (169,132,95). Sum of RGB (Red+Green+Blue) = 169+132+95=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A9845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9845F is #567BA0. Grayscale: #8B8B8B. Windows color (decimal): -5667745 or 6259881. OLE color: 6259881.

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

Color convert

RGB16913295-
CMYK00.220.440.34
HSL30º30.08%51.76%-
HSV(B)30º43.79%66.27%-
XYZ26.6825.7614.39-
YUV138.84103.26149.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 132 (51.95% from 255) = 33.33%
BLUE value IS 95 (37.5% from 255) = 23.99%
R=42.68%
G=33.33%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691329500.220.440.343030.0851.76
HexA9845F0162C221e1e34
Octal2512041370265442363664
Binary101010011000010010111110101101011001000101111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9845F; }

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

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

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

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

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

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

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

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