#A9785F

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

Shades of Medium Wood #A9785F

Tints of Medium Wood #A9785F

Color information

#A9785F (or 0xA9785F) is unknown color: approx Medium Wood. HEX triplet: A9, 78 and 5F. RGB value is (169,120,95). Sum of RGB (Red+Green+Blue) = 169+120+95=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A9785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9785F is #5687A0. Grayscale: #838383. Windows color (decimal): -5670817 or 6256809. OLE color: 6256809.

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

Color convert

RGB16912095-
CMYK00.290.440.34
HSL20.27º30.08%51.76%-
HSV(B)20.27º43.79%66.27%-
XYZ25.1422.6913.88-
YUV131.8107.23154.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 120 (47.27% from 255) = 31.25%
BLUE value IS 95 (37.5% from 255) = 24.74%
R=44.01%
G=31.25%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691209500.290.440.3420.2730.0851.76
HexA9785F01D2C22141e34
Octal2511701370355442243664
Binary10101001111100010111110111011011001000101010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9785F; }

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

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

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

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

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

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

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

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