#A2816F

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

Shades of Medium Wood #A2816F

Tints of Medium Wood #A2816F

Color information

#A2816F (or 0xA2816F) is unknown color: approx Medium Wood. HEX triplet: A2, 81 and 6F. RGB value is (162,129,111). Sum of RGB (Red+Green+Blue) = 162+129+111=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A2816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2816F is #5D7E90. Grayscale: #888888. Windows color (decimal): -6127249 or 7307682. OLE color: 7307682.

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

Color convert

RGB162129111-
CMYK00.200.310.36
HSL21.18º21.52%53.53%-
HSV(B)21.18º31.48%63.53%-
XYZ25.6224.5318.42-
YUV136.82113.43145.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 111 (43.75% from 255) = 27.61%
R=40.30%
G=32.09%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212911100.200.310.3621.1821.5253.53
HexA2816F0141F24151636
Octal2422011570243744252666
Binary10100010100000011101111010100111111001001010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2816F; }

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

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

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

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

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

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

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

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