Shades of Medium Wood #A57A67
Tints of Medium Wood #A57A67
RGB
CMYK
RGB Variations
Color information
#A57A67 (or 0xA57A67) is known color: Medium Wood. HEX triplet: A5, 7A and 67. RGB value is (165,122,103). Sum of RGB (Red+Green+Blue) = 165+122+103=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A67 is #5A8598. Grayscale: #848484. Windows color (decimal): -5932441 or 6781605. OLE color: 6781605.
HSL color Cylindrical-coordinate representation of color #A57A67: hue angle of 18.39º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A57A67 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 103 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.35 |
| HSL | 18.39º | 0.26% | 0.53% | - |
| HSV(B) | 18.39º | 0.38% | 0.65% | - |
| XYZ | 24.92 | 22.9 | 15.94 | - |
| YUV | 132.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 103 | 0 | 0.26 | 0.38 | 0.35 | 18.39 | 0.26 | 0.53 |
| Hex | A5 | 7A | 67 | 0 | 1A | 26 | 23 | 12 | 1A | 35 |
| Octal | 245 | 172 | 147 | 0 | 32 | 46 | 43 | 22 | 32 | 65 |
| Binary | 10100101 | 1111010 | 1100111 | 0 | 11010 | 100110 | 100011 | 10010 | 11010 | 110101 |
Color Harmonies of #A57A67
Complementary color
Monochromatic Colors of #A57A67
Black with #A57A67
Text Example
Text Example
White with #A57A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A67; }
p { color: rgb(165,122,103); }
H1.HeaderClassName
{
color: #A57A67;
}
.AnyTagClassName
{
color: #A57A67;
}
</style>
background-color css
<style>
a { background-color: #A57A67; }
a { background-color: rgb(165,122,103); }
div.DivClassName
{
background-color: #A57A67;
}
.BgClassName
{
background-color: #A57A67;
}
</style>
border-color css
<style>
span { border-color: #A57A67; }
span { border-color: rgb(165,122,103); }
td.TdClassName
{
border-color: #A57A67;
}
.TagClassName
{
border-color: #A57A67;
}
</style>