Shades of Medium Wood #A8795B
Tints of Medium Wood #A8795B
RGB
CMYK
RGB Variations
Color information
#A8795B (or 0xA8795B) is known color: Medium Wood. HEX triplet: A8, 79 and 5B. RGB value is (168,121,91). Sum of RGB (Red+Green+Blue) = 168+121+91=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8795B is #5786A4. Grayscale: #838383. Windows color (decimal): -5736101 or 5994920. OLE color: 5994920.
HSL color Cylindrical-coordinate representation of color #A8795B: hue angle of 23.38º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8795B is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 121 | 91 | - |
CMYK | 0 | 0.28 | 0.46 | 0.34 |
HSL | 23.38º | 0.31% | 0.51% | - |
HSV(B) | 23.38º | 0.46% | 0.66% | - |
XYZ | 24.87 | 22.75 | 12.98 | - |
YUV | 131.63 | 105.07 | 153.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 121 | 91 | 0 | 0.28 | 0.46 | 0.34 | 23.38 | 0.31 | 0.51 |
Hex | A8 | 79 | 5B | 0 | 1C | 2E | 22 | 17 | 1F | 33 |
Octal | 250 | 171 | 133 | 0 | 34 | 56 | 42 | 27 | 37 | 63 |
Binary | 10101000 | 1111001 | 1011011 | 0 | 11100 | 101110 | 100010 | 10111 | 11111 | 110011 |
Color Harmonies of #A8795B
Complementary color
Monochromatic Colors of #A8795B
Black with #A8795B
Text Example
Text Example
White with #A8795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8795B; }
p { color: rgb(168,121,91); }
H1.HeaderClassName
{
color: #A8795B;
}
.AnyTagClassName
{
color: #A8795B;
}
</style>
background-color css
<style>
a { background-color: #A8795B; }
a { background-color: rgb(168,121,91); }
div.DivClassName
{
background-color: #A8795B;
}
.BgClassName
{
background-color: #A8795B;
}
</style>
border-color css
<style>
span { border-color: #A8795B; }
span { border-color: rgb(168,121,91); }
td.TdClassName
{
border-color: #A8795B;
}
.TagClassName
{
border-color: #A8795B;
}
</style>