#A8826B

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

Shades of Medium Wood #A8826B

Tints of Medium Wood #A8826B

Color information

#A8826B (or 0xA8826B) is unknown color: approx Medium Wood. HEX triplet: A8, 82 and 6B. RGB value is (168,130,107). Sum of RGB (Red+Green+Blue) = 168+130+107=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A8826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8826B is #577D94. Grayscale: #8A8A8A. Windows color (decimal): -5733781 or 7045800. OLE color: 7045800.

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

Color convert

RGB168130107-
CMYK00.230.360.34
HSL22.62º25.96%53.92%-
HSV(B)22.62º36.31%65.88%-
XYZ26.7825.3517.39-
YUV138.74110.09148.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 107 (42.19% from 255) = 26.42%
R=41.48%
G=32.10%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813010700.230.360.3422.6225.9653.92
HexA8826B0172422171a36
Octal2502021530274442273266
Binary101010001000001011010110101111001001000101011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8826B; }

 p { color: rgb(168,130,107); }

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

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

 a { background-color: rgb(168,130,107); }

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

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

 span { border-color: rgb(168,130,107); }

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