#A1826E

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

Shades of Medium Wood #A1826E

Tints of Medium Wood #A1826E

Color information

#A1826E (or 0xA1826E) is unknown color: approx Medium Wood. HEX triplet: A1, 82 and 6E. RGB value is (161,130,110). Sum of RGB (Red+Green+Blue) = 161+130+110=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A1826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1826E is #5E7D91. Grayscale: #898989. Windows color (decimal): -6192530 or 7242401. OLE color: 7242401.

HSL color Cylindrical-coordinate representation of color #A1826E: hue angle of 23.53º degrees, saturation: 0.21, 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 #A1826E is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB161130110-
CMYK00.190.320.37
HSL23.53º21.34%53.14%-
HSV(B)23.53º31.68%63.14%-
XYZ25.524.6718.17-
YUV136.99112.77145.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 130 (51.17% from 255) = 32.42%
BLUE value IS 110 (43.36% from 255) = 27.43%
R=40.15%
G=32.42%
B=27.43%

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
Decimal16113011000.190.320.3723.5321.3453.14
HexA1826E0132025181535
Octal2412021560234045302565
Binary101000011000001011011100100111000001001011100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1826E; }

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

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

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

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

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

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

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

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