#A9865F

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

Shades of Medium Wood #A9865F

Tints of Medium Wood #A9865F

Color information

#A9865F (or 0xA9865F) is unknown color: approx Medium Wood. HEX triplet: A9, 86 and 5F. RGB value is (169,134,95). Sum of RGB (Red+Green+Blue) = 169+134+95=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A9865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9865F is #5679A0. Grayscale: #8C8C8C. Windows color (decimal): -5667233 or 6260393. OLE color: 6260393.

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

Color convert

RGB16913495-
CMYK00.210.440.34
HSL31.62º30.08%51.76%-
HSV(B)31.62º43.79%66.27%-
XYZ26.9526.3114.48-
YUV140.02102.6148.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.46%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 95 (37.5% from 255) = 23.87%
R=42.46%
G=33.67%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691349500.210.440.3431.6230.0851.76
HexA9865F0152C22201e34
Octal2512061370255442403664
Binary1010100110000110101111101010110110010001010000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9865F; }

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

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

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

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

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

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

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

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