#A78562

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

Shades of Medium Wood #A78562

Tints of Medium Wood #A78562

Color information

#A78562 (or 0xA78562) is unknown color: approx Medium Wood. HEX triplet: A7, 85 and 62. RGB value is (167,133,98). Sum of RGB (Red+Green+Blue) = 167+133+98=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A78562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78562 is #587A9D. Grayscale: #8B8B8B. Windows color (decimal): -5798558 or 6456743. OLE color: 6456743.

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

Color convert

RGB16713398-
CMYK00.200.410.35
HSL30.43º28.16%51.96%-
HSV(B)30.43º41.32%65.49%-
XYZ26.5325.8715.15-
YUV139.18104.76147.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.96%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 98 (38.67% from 255) = 24.62%
R=41.96%
G=33.42%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671339800.200.410.3530.4328.1651.96
HexA7856201429231e1c34
Octal2472051420245143363464
Binary101001111000010111000100101001010011000111111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78562; }

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

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

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

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

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

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

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

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