#A78560

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

Shades of Medium Wood #A78560

Tints of Medium Wood #A78560

Color information

#A78560 (or 0xA78560) is unknown color: approx Medium Wood. HEX triplet: A7, 85 and 60. RGB value is (167,133,96). Sum of RGB (Red+Green+Blue) = 167+133+96=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A78560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78560 is #587A9F. Grayscale: #8B8B8B. Windows color (decimal): -5798560 or 6325671. OLE color: 6325671.

HSL color Cylindrical-coordinate representation of color #A78560: hue angle of 31.27º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A78560 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16713396-
CMYK00.200.430.35
HSL31.27º28.74%51.57%-
HSV(B)31.27º42.51%65.49%-
XYZ26.4425.8414.66-
YUV138.95103.76148.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.17%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 96 (37.89% from 255) = 24.24%
R=42.17%
G=33.59%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671339600.200.430.3531.2728.7451.57
HexA785600142B231f1d34
Octal2472051400245343373564
Binary101001111000010111000000101001010111000111111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78560; }

 p { color: rgb(167,133,96); }

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

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

 a { background-color: rgb(167,133,96); }

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

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

 span { border-color: rgb(167,133,96); }

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