Shades of Medium Wood #A67758
Tints of Medium Wood #A67758
RGB
CMYK
RGB Variations
Color information
#A67758 (or 0xA67758) is known color: Medium Wood. HEX triplet: A6, 77 and 58. RGB value is (166,119,88). Sum of RGB (Red+Green+Blue) = 166+119+88=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A67758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67758 is #5988A7. Grayscale: #818181. Windows color (decimal): -5867688 or 5797798. OLE color: 5797798.
HSL color Cylindrical-coordinate representation of color #A67758: hue angle of 23.85º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A67758 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 119 | 88 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.35 |
| HSL | 23.85º | 0.31% | 0.5% | - |
| HSV(B) | 23.85º | 0.47% | 0.65% | - |
| XYZ | 24.08 | 22.01 | 12.21 | - |
| YUV | 129.52 | 104.57 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 88 | 0 | 0.28 | 0.47 | 0.35 | 23.85 | 0.31 | 0.5 |
| Hex | A6 | 77 | 58 | 0 | 1C | 2F | 23 | 18 | 1F | 32 |
| Octal | 246 | 167 | 130 | 0 | 34 | 57 | 43 | 30 | 37 | 62 |
| Binary | 10100110 | 1110111 | 1011000 | 0 | 11100 | 101111 | 100011 | 11000 | 11111 | 110010 |
Color Harmonies of #A67758
Complementary color
Monochromatic Colors of #A67758
Black with #A67758
Text Example
Text Example
White with #A67758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67758; }
p { color: rgb(166,119,88); }
H1.HeaderClassName
{
color: #A67758;
}
.AnyTagClassName
{
color: #A67758;
}
</style>
background-color css
<style>
a { background-color: #A67758; }
a { background-color: rgb(166,119,88); }
div.DivClassName
{
background-color: #A67758;
}
.BgClassName
{
background-color: #A67758;
}
</style>
border-color css
<style>
span { border-color: #A67758; }
span { border-color: rgb(166,119,88); }
td.TdClassName
{
border-color: #A67758;
}
.TagClassName
{
border-color: #A67758;
}
</style>