#A1826D

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

Shades of Medium Wood #A1826D

Tints of Medium Wood #A1826D

Color information

#A1826D (or 0xA1826D) is unknown color: approx Medium Wood. HEX triplet: A1, 82 and 6D. RGB value is (161,130,109). Sum of RGB (Red+Green+Blue) = 161+130+109=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1826D is #5E7D92. Grayscale: #888888. Windows color (decimal): -6192531 or 7176865. OLE color: 7176865.

HSL color Cylindrical-coordinate representation of color #A1826D: hue angle of 24.23º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1826D is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB161130109-
CMYK00.190.320.37
HSL24.23º21.67%52.94%-
HSV(B)24.23º32.3%63.14%-
XYZ25.4424.6517.88-
YUV136.88112.27145.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.25%
GREEN value IS 130 (51.17% from 255) = 32.5%
BLUE value IS 109 (42.97% from 255) = 27.25%
R=40.25%
G=32.5%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113010900.190.320.3724.2321.6752.94
HexA1826D0132025181635
Octal2412021550234045302665
Binary101000011000001011011010100111000001001011100010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1826D; }

 p { color: rgb(161,130,109); }

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

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

 a { background-color: rgb(161,130,109); }

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

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

 span { border-color: rgb(161,130,109); }

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