#A2816B

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

Shades of Medium Wood #A2816B

Tints of Medium Wood #A2816B

Color information

#A2816B (or 0xA2816B) is unknown color: approx Medium Wood. HEX triplet: A2, 81 and 6B. RGB value is (162,129,107). Sum of RGB (Red+Green+Blue) = 162+129+107=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A2816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2816B is #5D7E94. Grayscale: #888888. Windows color (decimal): -6127253 or 7045538. OLE color: 7045538.

HSL color Cylindrical-coordinate representation of color #A2816B: hue angle of 24º degrees, saturation: 0.23, 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 #A2816B is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB162129107-
CMYK00.200.340.36
HSL24º22.82%52.75%-
HSV(B)24º33.95%63.53%-
XYZ25.424.4417.29-
YUV136.36111.43146.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.70%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 107 (42.19% from 255) = 26.88%
R=40.70%
G=32.41%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212910700.200.340.362422.8252.75
HexA2816B0142224181735
Octal2422011530244244302765
Binary101000101000000111010110101001000101001001100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2816B; }

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

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

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

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

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

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

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

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