#A4816E

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

Shades of Medium Wood #A4816E

Tints of Medium Wood #A4816E

Color information

#A4816E (or 0xA4816E) is unknown color: approx Medium Wood. HEX triplet: A4, 81 and 6E. RGB value is (164,129,110). Sum of RGB (Red+Green+Blue) = 164+129+110=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4816E is #5B7E91. Grayscale: #898989. Windows color (decimal): -5996178 or 7242148. OLE color: 7242148.

HSL color Cylindrical-coordinate representation of color #A4816E: hue angle of 21.11º 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 #A4816E is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB164129110-
CMYK00.210.330.36
HSL21.11º22.88%53.73%-
HSV(B)21.11º32.93%64.31%-
XYZ25.9724.7218.15-
YUV137.3112.6147.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 110 (43.36% from 255) = 27.30%
R=40.69%
G=32.01%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412911000.210.330.3621.1122.8853.73
HexA4816E0152124151736
Octal2442011560254144252766
Binary101001001000000111011100101011000011001001010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4816E; }

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

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

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

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

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

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

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

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