Shades of Medium Wood #AF825C
Tints of Medium Wood #AF825C
RGB
CMYK
RGB Variations
Color information
#AF825C (or 0xAF825C) is known color: Medium Wood. HEX triplet: AF, 82 and 5C. RGB value is (175,130,92). Sum of RGB (Red+Green+Blue) = 175+130+92=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF825C is #507DA3. Grayscale: #8B8B8B. Windows color (decimal): -5275044 or 6062767. OLE color: 6062767.
HSL color Cylindrical-coordinate representation of color #AF825C: hue angle of 27.47º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF825C is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 92 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.31 |
| HSL | 27.47º | 0.34% | 0.52% | - |
| HSV(B) | 27.47º | 0.47% | 0.69% | - |
| XYZ | 27.59 | 25.85 | 13.66 | - |
| YUV | 139.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 92 | 0 | 0.26 | 0.47 | 0.31 | 27.47 | 0.34 | 0.52 |
| Hex | AF | 82 | 5C | 0 | 1A | 2F | 1F | 1B | 22 | 34 |
| Octal | 257 | 202 | 134 | 0 | 32 | 57 | 37 | 33 | 42 | 64 |
| Binary | 10101111 | 10000010 | 1011100 | 0 | 11010 | 101111 | 11111 | 11011 | 100010 | 110100 |
Color Harmonies of #AF825C
Complementary color
Monochromatic Colors of #AF825C
Black with #AF825C
Text Example
Text Example
White with #AF825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF825C; }
p { color: rgb(175,130,92); }
H1.HeaderClassName
{
color: #AF825C;
}
.AnyTagClassName
{
color: #AF825C;
}
</style>
background-color css
<style>
a { background-color: #AF825C; }
a { background-color: rgb(175,130,92); }
div.DivClassName
{
background-color: #AF825C;
}
.BgClassName
{
background-color: #AF825C;
}
</style>
border-color css
<style>
span { border-color: #AF825C; }
span { border-color: rgb(175,130,92); }
td.TdClassName
{
border-color: #AF825C;
}
.TagClassName
{
border-color: #AF825C;
}
</style>