Shades of Medium Wood #A57A5C
Tints of Medium Wood #A57A5C
RGB
CMYK
RGB Variations
Color information
#A57A5C (or 0xA57A5C) is known color: Medium Wood. HEX triplet: A5, 7A and 5C. RGB value is (165,122,92). Sum of RGB (Red+Green+Blue) = 165+122+92=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A5C is #5A85A3. Grayscale: #838383. Windows color (decimal): -5932452 or 6060709. OLE color: 6060709.
HSL color Cylindrical-coordinate representation of color #A57A5C: hue angle of 24.66º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A57A5C is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 92 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.35 |
| HSL | 24.66º | 0.29% | 0.5% | - |
| HSV(B) | 24.66º | 0.44% | 0.65% | - |
| XYZ | 24.41 | 22.69 | 13.22 | - |
| YUV | 131.44 | 105.75 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 92 | 0 | 0.26 | 0.44 | 0.35 | 24.66 | 0.29 | 0.5 |
| Hex | A5 | 7A | 5C | 0 | 1A | 2C | 23 | 19 | 1D | 32 |
| Octal | 245 | 172 | 134 | 0 | 32 | 54 | 43 | 31 | 35 | 62 |
| Binary | 10100101 | 1111010 | 1011100 | 0 | 11010 | 101100 | 100011 | 11001 | 11101 | 110010 |
Color Harmonies of #A57A5C
Complementary color
Monochromatic Colors of #A57A5C
Black with #A57A5C
Text Example
Text Example
White with #A57A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A5C; }
p { color: rgb(165,122,92); }
H1.HeaderClassName
{
color: #A57A5C;
}
.AnyTagClassName
{
color: #A57A5C;
}
</style>
background-color css
<style>
a { background-color: #A57A5C; }
a { background-color: rgb(165,122,92); }
div.DivClassName
{
background-color: #A57A5C;
}
.BgClassName
{
background-color: #A57A5C;
}
</style>
border-color css
<style>
span { border-color: #A57A5C; }
span { border-color: rgb(165,122,92); }
td.TdClassName
{
border-color: #A57A5C;
}
.TagClassName
{
border-color: #A57A5C;
}
</style>