Shades of Medium Wood #A18269
Tints of Medium Wood #A18269
RGB
CMYK
RGB Variations
Color information
#A18269 (or 0xA18269) is known color: Medium Wood. HEX triplet: A1, 82 and 69. RGB value is (161,130,105). Sum of RGB (Red+Green+Blue) = 161+130+105=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A18269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18269 is #5E7D96. Grayscale: #888888. Windows color (decimal): -6192535 or 6914721. OLE color: 6914721.
HSL color Cylindrical-coordinate representation of color #A18269: hue angle of 26.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A18269 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 105 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.37 |
| HSL | 26.79º | 0.23% | 0.52% | - |
| HSV(B) | 26.79º | 0.35% | 0.63% | - |
| XYZ | 25.23 | 24.56 | 16.78 | - |
| YUV | 136.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 105 | 0 | 0.19 | 0.35 | 0.37 | 26.79 | 0.23 | 0.52 |
| Hex | A1 | 82 | 69 | 0 | 13 | 23 | 25 | 1B | 17 | 34 |
| Octal | 241 | 202 | 151 | 0 | 23 | 43 | 45 | 33 | 27 | 64 |
| Binary | 10100001 | 10000010 | 1101001 | 0 | 10011 | 100011 | 100101 | 11011 | 10111 | 110100 |
Color Harmonies of #A18269
Complementary color
Monochromatic Colors of #A18269
Black with #A18269
Text Example
Text Example
White with #A18269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18269; }
p { color: rgb(161,130,105); }
H1.HeaderClassName
{
color: #A18269;
}
.AnyTagClassName
{
color: #A18269;
}
</style>
background-color css
<style>
a { background-color: #A18269; }
a { background-color: rgb(161,130,105); }
div.DivClassName
{
background-color: #A18269;
}
.BgClassName
{
background-color: #A18269;
}
</style>
border-color css
<style>
span { border-color: #A18269; }
span { border-color: rgb(161,130,105); }
td.TdClassName
{
border-color: #A18269;
}
.TagClassName
{
border-color: #A18269;
}
</style>