Shades of Medium Wood #AF7B5F
Tints of Medium Wood #AF7B5F
RGB
CMYK
RGB Variations
Color information
#AF7B5F (or 0xAF7B5F) is known color: Medium Wood. HEX triplet: AF, 7B and 5F. RGB value is (175,123,95). Sum of RGB (Red+Green+Blue) = 175+123+95=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B5F is #5084A0. Grayscale: #878787. Windows color (decimal): -5276833 or 6257583. OLE color: 6257583.
HSL color Cylindrical-coordinate representation of color #AF7B5F: hue angle of 21º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF7B5F is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 95 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.31 |
| HSL | 21º | 0.33% | 0.53% | - |
| HSV(B) | 21º | 0.46% | 0.69% | - |
| XYZ | 26.83 | 24.11 | 14.07 | - |
| YUV | 135.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 95 | 0 | 0.30 | 0.46 | 0.31 | 21 | 0.33 | 0.53 |
| Hex | AF | 7B | 5F | 0 | 1E | 2E | 1F | 15 | 21 | 35 |
| Octal | 257 | 173 | 137 | 0 | 36 | 56 | 37 | 25 | 41 | 65 |
| Binary | 10101111 | 1111011 | 1011111 | 0 | 11110 | 101110 | 11111 | 10101 | 100001 | 110101 |
Color Harmonies of #AF7B5F
Complementary color
Monochromatic Colors of #AF7B5F
Black with #AF7B5F
Text Example
Text Example
White with #AF7B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B5F; }
p { color: rgb(175,123,95); }
H1.HeaderClassName
{
color: #AF7B5F;
}
.AnyTagClassName
{
color: #AF7B5F;
}
</style>
background-color css
<style>
a { background-color: #AF7B5F; }
a { background-color: rgb(175,123,95); }
div.DivClassName
{
background-color: #AF7B5F;
}
.BgClassName
{
background-color: #AF7B5F;
}
</style>
border-color css
<style>
span { border-color: #AF7B5F; }
span { border-color: rgb(175,123,95); }
td.TdClassName
{
border-color: #AF7B5F;
}
.TagClassName
{
border-color: #AF7B5F;
}
</style>