#A78262

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

Shades of Medium Wood #A78262

Tints of Medium Wood #A78262

Color information

#A78262 (or 0xA78262) is unknown color: approx Medium Wood. HEX triplet: A7, 82 and 62. RGB value is (167,130,98). Sum of RGB (Red+Green+Blue) = 167+130+98=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A78262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78262 is #587D9D. Grayscale: #898989. Windows color (decimal): -5799326 or 6455975. OLE color: 6455975.

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

Color convert

RGB16713098-
CMYK00.220.410.35
HSL27.83º28.16%51.96%-
HSV(B)27.83º41.32%65.49%-
XYZ26.1225.0615.02-
YUV137.42105.76149.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.28%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 98 (38.67% from 255) = 24.81%
R=42.28%
G=32.91%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671309800.220.410.3527.8328.1651.96
HexA7826201629231c1c34
Octal2472021420265143343464
Binary101001111000001011000100101101010011000111110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78262; }

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

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

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

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

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

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

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

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