Shades of Medium Wood #AF825E
Tints of Medium Wood #AF825E
RGB
CMYK
RGB Variations
Color information
#AF825E (or 0xAF825E) is known color: Medium Wood. HEX triplet: AF, 82 and 5E. RGB value is (175,130,94). Sum of RGB (Red+Green+Blue) = 175+130+94=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF825E is #507DA1. Grayscale: #8B8B8B. Windows color (decimal): -5275042 or 6193839. OLE color: 6193839.
HSL color Cylindrical-coordinate representation of color #AF825E: hue angle of 26.67º degrees, saturation: 0.34, 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 #AF825E is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 94 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.31 |
| HSL | 26.67º | 0.34% | 0.53% | - |
| HSV(B) | 26.67º | 0.46% | 0.69% | - |
| XYZ | 27.68 | 25.89 | 14.13 | - |
| YUV | 139.35 | 102.41 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 94 | 0 | 0.26 | 0.46 | 0.31 | 26.67 | 0.34 | 0.53 |
| Hex | AF | 82 | 5E | 0 | 1A | 2E | 1F | 1B | 22 | 35 |
| Octal | 257 | 202 | 136 | 0 | 32 | 56 | 37 | 33 | 42 | 65 |
| Binary | 10101111 | 10000010 | 1011110 | 0 | 11010 | 101110 | 11111 | 11011 | 100010 | 110101 |
Color Harmonies of #AF825E
Complementary color
Monochromatic Colors of #AF825E
Black with #AF825E
Text Example
Text Example
White with #AF825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF825E; }
p { color: rgb(175,130,94); }
H1.HeaderClassName
{
color: #AF825E;
}
.AnyTagClassName
{
color: #AF825E;
}
</style>
background-color css
<style>
a { background-color: #AF825E; }
a { background-color: rgb(175,130,94); }
div.DivClassName
{
background-color: #AF825E;
}
.BgClassName
{
background-color: #AF825E;
}
</style>
border-color css
<style>
span { border-color: #AF825E; }
span { border-color: rgb(175,130,94); }
td.TdClassName
{
border-color: #AF825E;
}
.TagClassName
{
border-color: #AF825E;
}
</style>