#A78360

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

Shades of Medium Wood #A78360

Tints of Medium Wood #A78360

Color information

#A78360 (or 0xA78360) is unknown color: approx Medium Wood. HEX triplet: A7, 83 and 60. RGB value is (167,131,96). Sum of RGB (Red+Green+Blue) = 167+131+96=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A78360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78360 is #587C9F. Grayscale: #898989. Windows color (decimal): -5799072 or 6325159. OLE color: 6325159.

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

Color convert

RGB16713196-
CMYK00.220.430.35
HSL29.58º28.74%51.57%-
HSV(B)29.58º42.51%65.49%-
XYZ26.1625.2914.57-
YUV137.77104.43148.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 96 (37.89% from 255) = 24.37%
R=42.39%
G=33.25%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671319600.220.430.3529.5828.7451.57
HexA783600162B231e1d34
Octal2472031400265343363564
Binary101001111000001111000000101101010111000111111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78360; }

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

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

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

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

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

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

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

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