Shades of Medium Wood #AF825D
Tints of Medium Wood #AF825D
RGB
CMYK
RGB Variations
Color information
#AF825D (or 0xAF825D) is known color: Medium Wood. HEX triplet: AF, 82 and 5D. RGB value is (175,130,93). Sum of RGB (Red+Green+Blue) = 175+130+93=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF825D is #507DA2. Grayscale: #8B8B8B. Windows color (decimal): -5275043 or 6128303. OLE color: 6128303.
HSL color Cylindrical-coordinate representation of color #AF825D: hue angle of 27.07º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF825D is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 93 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.31 |
| HSL | 27.07º | 0.34% | 0.53% | - |
| HSV(B) | 27.07º | 0.47% | 0.69% | - |
| XYZ | 27.64 | 25.87 | 13.89 | - |
| YUV | 139.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 93 | 0 | 0.26 | 0.47 | 0.31 | 27.07 | 0.34 | 0.53 |
| Hex | AF | 82 | 5D | 0 | 1A | 2F | 1F | 1B | 22 | 35 |
| Octal | 257 | 202 | 135 | 0 | 32 | 57 | 37 | 33 | 42 | 65 |
| Binary | 10101111 | 10000010 | 1011101 | 0 | 11010 | 101111 | 11111 | 11011 | 100010 | 110101 |
Color Harmonies of #AF825D
Complementary color
Monochromatic Colors of #AF825D
Black with #AF825D
Text Example
Text Example
White with #AF825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF825D; }
p { color: rgb(175,130,93); }
H1.HeaderClassName
{
color: #AF825D;
}
.AnyTagClassName
{
color: #AF825D;
}
</style>
background-color css
<style>
a { background-color: #AF825D; }
a { background-color: rgb(175,130,93); }
div.DivClassName
{
background-color: #AF825D;
}
.BgClassName
{
background-color: #AF825D;
}
</style>
border-color css
<style>
span { border-color: #AF825D; }
span { border-color: rgb(175,130,93); }
td.TdClassName
{
border-color: #AF825D;
}
.TagClassName
{
border-color: #AF825D;
}
</style>