#A8805D

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

Shades of Medium Wood #A8805D

Tints of Medium Wood #A8805D

Color information

#A8805D (or 0xA8805D) is unknown color: approx Medium Wood. HEX triplet: A8, 80 and 5D. RGB value is (168,128,93). Sum of RGB (Red+Green+Blue) = 168+128+93=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A8805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8805D is #577FA2. Grayscale: #888888. Windows color (decimal): -5734307 or 6127784. OLE color: 6127784.

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

Color convert

RGB16812893-
CMYK00.240.450.34
HSL28º30.12%51.18%-
HSV(B)28º44.64%65.88%-
XYZ25.8424.5513.73-
YUV135.97103.75150.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.19%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 93 (36.72% from 255) = 23.91%
R=43.19%
G=32.90%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681289300.240.450.342830.1251.18
HexA8805D0182D221c1e33
Octal2502001350305542343663
Binary101010001000000010111010110001011011000101110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8805D; }

 p { color: rgb(168,128,93); }

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

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

 a { background-color: rgb(168,128,93); }

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

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

 span { border-color: rgb(168,128,93); }

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