#A4816C

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

Shades of Medium Wood #A4816C

Tints of Medium Wood #A4816C

Color information

#A4816C (or 0xA4816C) is unknown color: approx Medium Wood. HEX triplet: A4, 81 and 6C. RGB value is (164,129,108). Sum of RGB (Red+Green+Blue) = 164+129+108=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A4816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4816C is #5B7E93. Grayscale: #898989. Windows color (decimal): -5996180 or 7111076. OLE color: 7111076.

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

Color convert

RGB164129108-
CMYK00.210.340.36
HSL22.5º23.53%53.33%-
HSV(B)22.5º34.15%64.31%-
XYZ25.8724.6817.59-
YUV137.07111.6147.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=40.90%
G=32.17%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412910800.210.340.3622.523.5353.33
HexA4816C0152224171835
Octal2442011540254244273065
Binary101001001000000111011000101011000101001001011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4816C; }

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

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

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

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

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

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

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

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