Shades of Medium Wood #A57A69
Tints of Medium Wood #A57A69
RGB
CMYK
RGB Variations
Color information
#A57A69 (or 0xA57A69) is known color: Medium Wood. HEX triplet: A5, 7A and 69. RGB value is (165,122,105). Sum of RGB (Red+Green+Blue) = 165+122+105=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A69 is #5A8596. Grayscale: #858585. Windows color (decimal): -5932439 or 6912677. OLE color: 6912677.
HSL color Cylindrical-coordinate representation of color #A57A69: hue angle of 17º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A57A69 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 105 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.35 |
| HSL | 17º | 0.25% | 0.53% | - |
| HSV(B) | 17º | 0.36% | 0.65% | - |
| XYZ | 25.03 | 22.94 | 16.47 | - |
| YUV | 132.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 105 | 0 | 0.26 | 0.36 | 0.35 | 17 | 0.25 | 0.53 |
| Hex | A5 | 7A | 69 | 0 | 1A | 24 | 23 | 11 | 19 | 35 |
| Octal | 245 | 172 | 151 | 0 | 32 | 44 | 43 | 21 | 31 | 65 |
| Binary | 10100101 | 1111010 | 1101001 | 0 | 11010 | 100100 | 100011 | 10001 | 11001 | 110101 |
Color Harmonies of #A57A69
Complementary color
Monochromatic Colors of #A57A69
Black with #A57A69
Text Example
Text Example
White with #A57A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A69; }
p { color: rgb(165,122,105); }
H1.HeaderClassName
{
color: #A57A69;
}
.AnyTagClassName
{
color: #A57A69;
}
</style>
background-color css
<style>
a { background-color: #A57A69; }
a { background-color: rgb(165,122,105); }
div.DivClassName
{
background-color: #A57A69;
}
.BgClassName
{
background-color: #A57A69;
}
</style>
border-color css
<style>
span { border-color: #A57A69; }
span { border-color: rgb(165,122,105); }
td.TdClassName
{
border-color: #A57A69;
}
.TagClassName
{
border-color: #A57A69;
}
</style>