#A4816A

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

Shades of Medium Wood #A4816A

Tints of Medium Wood #A4816A

Color information

#A4816A (or 0xA4816A) is unknown color: approx Medium Wood. HEX triplet: A4, 81 and 6A. RGB value is (164,129,106). Sum of RGB (Red+Green+Blue) = 164+129+106=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A4816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4816A is #5B7E95. Grayscale: #888888. Windows color (decimal): -5996182 or 6980004. OLE color: 6980004.

HSL color Cylindrical-coordinate representation of color #A4816A: hue angle of 23.79º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4816A is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB164129106-
CMYK00.210.350.36
HSL23.79º24.17%52.94%-
HSV(B)23.79º35.37%64.31%-
XYZ25.7624.6317.03-
YUV136.84110.6147.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 129 (50.78% from 255) = 32.33%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=41.10%
G=32.33%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412910600.210.350.3623.7924.1752.94
HexA4816A0152324181835
Octal2442011520254344303065
Binary101001001000000111010100101011000111001001100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4816A; }

 p { color: rgb(164,129,106); }

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

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

 a { background-color: rgb(164,129,106); }

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

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

 span { border-color: rgb(164,129,106); }

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