#A4806E

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

Shades of Medium Wood #A4806E

Tints of Medium Wood #A4806E

Color information

#A4806E (or 0xA4806E) is unknown color: approx Medium Wood. HEX triplet: A4, 80 and 6E. RGB value is (164,128,110). Sum of RGB (Red+Green+Blue) = 164+128+110=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4806E is #5B7F91. Grayscale: #888888. Windows color (decimal): -5996434 or 7241892. OLE color: 7241892.

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

Color convert

RGB164128110-
CMYK00.220.330.36
HSL20º22.88%53.73%-
HSV(B)20º32.93%64.31%-
XYZ25.8424.4618.11-
YUV136.71112.93147.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 128 (50.39% from 255) = 31.84%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=40.80%
G=31.84%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412811000.220.330.362022.8853.73
HexA4806E0162124141736
Octal2442001560264144242766
Binary101001001000000011011100101101000011001001010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4806E; }

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

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

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

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

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

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

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

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