Shades of Medium Wood #A88467
Tints of Medium Wood #A88467
RGB
CMYK
RGB Variations
Color information
#A88467 (or 0xA88467) is known color: Medium Wood. HEX triplet: A8, 84 and 67. RGB value is (168,132,103). Sum of RGB (Red+Green+Blue) = 168+132+103=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A88467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88467 is #577B98. Grayscale: #8B8B8B. Windows color (decimal): -5733273 or 6784168. OLE color: 6784168.
HSL color Cylindrical-coordinate representation of color #A88467: hue angle of 26.77º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A88467 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 103 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.34 |
| HSL | 26.77º | 0.27% | 0.53% | - |
| HSV(B) | 26.77º | 0.39% | 0.66% | - |
| XYZ | 26.85 | 25.81 | 16.4 | - |
| YUV | 139.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 103 | 0 | 0.21 | 0.39 | 0.34 | 26.77 | 0.27 | 0.53 |
| Hex | A8 | 84 | 67 | 0 | 15 | 27 | 22 | 1B | 1B | 35 |
| Octal | 250 | 204 | 147 | 0 | 25 | 47 | 42 | 33 | 33 | 65 |
| Binary | 10101000 | 10000100 | 1100111 | 0 | 10101 | 100111 | 100010 | 11011 | 11011 | 110101 |
Color Harmonies of #A88467
Complementary color
Monochromatic Colors of #A88467
Black with #A88467
Text Example
Text Example
White with #A88467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88467; }
p { color: rgb(168,132,103); }
H1.HeaderClassName
{
color: #A88467;
}
.AnyTagClassName
{
color: #A88467;
}
</style>
background-color css
<style>
a { background-color: #A88467; }
a { background-color: rgb(168,132,103); }
div.DivClassName
{
background-color: #A88467;
}
.BgClassName
{
background-color: #A88467;
}
</style>
border-color css
<style>
span { border-color: #A88467; }
span { border-color: rgb(168,132,103); }
td.TdClassName
{
border-color: #A88467;
}
.TagClassName
{
border-color: #A88467;
}
</style>