Shades of Medium Wood #AF7A5B
Tints of Medium Wood #AF7A5B
RGB
CMYK
RGB Variations
Color information
#AF7A5B (or 0xAF7A5B) is known color: Medium Wood. HEX triplet: AF, 7A and 5B. RGB value is (175,122,91). Sum of RGB (Red+Green+Blue) = 175+122+91=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A5B is #5085A4. Grayscale: #868686. Windows color (decimal): -5277093 or 5995183. OLE color: 5995183.
HSL color Cylindrical-coordinate representation of color #AF7A5B: hue angle of 22.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF7A5B is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 91 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.31 |
| HSL | 22.14º | 0.34% | 0.52% | - |
| HSV(B) | 22.14º | 0.48% | 0.69% | - |
| XYZ | 26.53 | 23.79 | 13.09 | - |
| YUV | 134.31 | 103.56 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 91 | 0 | 0.30 | 0.48 | 0.31 | 22.14 | 0.34 | 0.52 |
| Hex | AF | 7A | 5B | 0 | 1E | 30 | 1F | 16 | 22 | 34 |
| Octal | 257 | 172 | 133 | 0 | 36 | 60 | 37 | 26 | 42 | 64 |
| Binary | 10101111 | 1111010 | 1011011 | 0 | 11110 | 110000 | 11111 | 10110 | 100010 | 110100 |
Color Harmonies of #AF7A5B
Complementary color
Monochromatic Colors of #AF7A5B
Black with #AF7A5B
Text Example
Text Example
White with #AF7A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A5B; }
p { color: rgb(175,122,91); }
H1.HeaderClassName
{
color: #AF7A5B;
}
.AnyTagClassName
{
color: #AF7A5B;
}
</style>
background-color css
<style>
a { background-color: #AF7A5B; }
a { background-color: rgb(175,122,91); }
div.DivClassName
{
background-color: #AF7A5B;
}
.BgClassName
{
background-color: #AF7A5B;
}
</style>
border-color css
<style>
span { border-color: #AF7A5B; }
span { border-color: rgb(175,122,91); }
td.TdClassName
{
border-color: #AF7A5B;
}
.TagClassName
{
border-color: #AF7A5B;
}
</style>