#A88370

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

Shades of Medium Wood #A88370

Tints of Medium Wood #A88370

Color information

#A88370 (or 0xA88370) is unknown color: approx Medium Wood. HEX triplet: A8, 83 and 70. RGB value is (168,131,112). Sum of RGB (Red+Green+Blue) = 168+131+112=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A88370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88370 is #577C8F. Grayscale: #8C8C8C. Windows color (decimal): -5733520 or 7373736. OLE color: 7373736.

HSL color Cylindrical-coordinate representation of color #A88370: hue angle of 20.36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A88370 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB168131112-
CMYK00.220.330.34
HSL20.36º24.35%54.9%-
HSV(B)20.36º33.33%65.88%-
XYZ27.1925.7318.86-
YUV139.9112.26148.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.88%
GREEN value IS 131 (51.56% from 255) = 31.87%
BLUE value IS 112 (44.14% from 255) = 27.25%
R=40.88%
G=31.87%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813111200.220.330.3420.3624.3554.9
HexA883700162122141837
Octal2502031600264142243067
Binary101010001000001111100000101101000011000101010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88370; }

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

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

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

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

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

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

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

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