#A4816F

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

Shades of Medium Wood #A4816F

Tints of Medium Wood #A4816F

Color information

#A4816F (or 0xA4816F) is unknown color: approx Medium Wood. HEX triplet: A4, 81 and 6F. RGB value is (164,129,111). Sum of RGB (Red+Green+Blue) = 164+129+111=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4816F is #5B7E90. Grayscale: #898989. Windows color (decimal): -5996177 or 7307684. OLE color: 7307684.

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

Color convert

RGB164129111-
CMYK00.210.320.36
HSL20.38º22.55%53.92%-
HSV(B)20.38º32.32%64.31%-
XYZ26.0324.7418.44-
YUV137.41113.1146.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 111 (43.75% from 255) = 27.48%
R=40.59%
G=31.93%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412911100.210.320.3620.3822.5553.92
HexA4816F0152024141736
Octal2442011570254044242766
Binary101001001000000111011110101011000001001001010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4816F; }

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

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

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

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

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

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

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

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