#A58370

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

Shades of Medium Wood #A58370

Tints of Medium Wood #A58370

Color information

#A58370 (or 0xA58370) is unknown color: approx Medium Wood. HEX triplet: A5, 83 and 70. RGB value is (165,131,112). Sum of RGB (Red+Green+Blue) = 165+131+112=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A58370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58370 is #5A7C8F. Grayscale: #8B8B8B. Windows color (decimal): -5930128 or 7373733. OLE color: 7373733.

HSL color Cylindrical-coordinate representation of color #A58370: hue angle of 21.51º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A58370 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB165131112-
CMYK00.210.320.35
HSL21.51º22.75%54.31%-
HSV(B)21.51º32.12%64.71%-
XYZ26.5625.418.83-
YUV139112.76146.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.44%
GREEN value IS 131 (51.56% from 255) = 32.11%
BLUE value IS 112 (44.14% from 255) = 27.45%
R=40.44%
G=32.11%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513111200.210.320.3521.5122.7554.31
HexA583700152023161736
Octal2452031600254043262766
Binary101001011000001111100000101011000001000111011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58370; }

 p { color: rgb(165,131,112); }

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

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

 a { background-color: rgb(165,131,112); }

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

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

 span { border-color: rgb(165,131,112); }

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