#A18267

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

Shades of Medium Wood #A18267

Tints of Medium Wood #A18267

Color information

#A18267 (or 0xA18267) is unknown color: approx Medium Wood. HEX triplet: A1, 82 and 67. RGB value is (161,130,103). Sum of RGB (Red+Green+Blue) = 161+130+103=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A18267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18267 is #5E7D98. Grayscale: #888888. Windows color (decimal): -6192537 or 6783649. OLE color: 6783649.

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

Color convert

RGB161130103-
CMYK00.190.360.37
HSL27.93º23.58%51.76%-
HSV(B)27.93º36.02%63.14%-
XYZ25.1324.5216.24-
YUV136.19109.27145.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 103 (40.62% from 255) = 26.14%
R=40.86%
G=32.99%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113010300.190.360.3727.9323.5851.76
HexA1826701324251c1834
Octal2412021470234445343064
Binary101000011000001011001110100111001001001011110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18267; }

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

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

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

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

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

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

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

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