Shades of Medium Wood #AF7A60
Tints of Medium Wood #AF7A60
RGB
CMYK
RGB Variations
Color information
#AF7A60 (or 0xAF7A60) is known color: Medium Wood. HEX triplet: AF, 7A and 60. RGB value is (175,122,96). Sum of RGB (Red+Green+Blue) = 175+122+96=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A60 is #50859F. Grayscale: #878787. Windows color (decimal): -5277088 or 6322863. OLE color: 6322863.
HSL color Cylindrical-coordinate representation of color #AF7A60: hue angle of 19.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF7A60 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 96 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.31 |
| HSL | 19.75º | 0.33% | 0.53% | - |
| HSV(B) | 19.75º | 0.45% | 0.69% | - |
| XYZ | 26.75 | 23.88 | 14.27 | - |
| YUV | 134.88 | 106.06 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 96 | 0 | 0.30 | 0.45 | 0.31 | 19.75 | 0.33 | 0.53 |
| Hex | AF | 7A | 60 | 0 | 1E | 2D | 1F | 14 | 21 | 35 |
| Octal | 257 | 172 | 140 | 0 | 36 | 55 | 37 | 24 | 41 | 65 |
| Binary | 10101111 | 1111010 | 1100000 | 0 | 11110 | 101101 | 11111 | 10100 | 100001 | 110101 |
Color Harmonies of #AF7A60
Complementary color
Monochromatic Colors of #AF7A60
Black with #AF7A60
Text Example
Text Example
White with #AF7A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A60; }
p { color: rgb(175,122,96); }
H1.HeaderClassName
{
color: #AF7A60;
}
.AnyTagClassName
{
color: #AF7A60;
}
</style>
background-color css
<style>
a { background-color: #AF7A60; }
a { background-color: rgb(175,122,96); }
div.DivClassName
{
background-color: #AF7A60;
}
.BgClassName
{
background-color: #AF7A60;
}
</style>
border-color css
<style>
span { border-color: #AF7A60; }
span { border-color: rgb(175,122,96); }
td.TdClassName
{
border-color: #AF7A60;
}
.TagClassName
{
border-color: #AF7A60;
}
</style>