#A4805F

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

Shades of Medium Wood #A4805F

Tints of Medium Wood #A4805F

Color information

#A4805F (or 0xA4805F) is unknown color: approx Medium Wood. HEX triplet: A4, 80 and 5F. RGB value is (164,128,95). Sum of RGB (Red+Green+Blue) = 164+128+95=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A4805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4805F is #5B7FA0. Grayscale: #878787. Windows color (decimal): -5996449 or 6258852. OLE color: 6258852.

HSL color Cylindrical-coordinate representation of color #A4805F: hue angle of 28.7º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4805F is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB16412895-
CMYK00.220.420.36
HSL28.7º27.49%50.78%-
HSV(B)28.7º42.07%64.31%-
XYZ25.0924.1614.17-
YUV135105.43148.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 95 (37.5% from 255) = 24.55%
R=42.38%
G=33.07%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641289500.220.420.3628.727.4950.78
HexA4805F0162A241d1b33
Octal2442001370265244353363
Binary101001001000000010111110101101010101001001110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4805F; }

 p { color: rgb(164,128,95); }

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

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

 a { background-color: rgb(164,128,95); }

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

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

 span { border-color: rgb(164,128,95); }

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