Shades of Medium Wood #AF825B
Tints of Medium Wood #AF825B
RGB
CMYK
RGB Variations
Color information
#AF825B (or 0xAF825B) is known color: Medium Wood. HEX triplet: AF, 82 and 5B. RGB value is (175,130,91). Sum of RGB (Red+Green+Blue) = 175+130+91=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF825B is #507DA4. Grayscale: #8B8B8B. Windows color (decimal): -5275045 or 5997231. OLE color: 5997231.
HSL color Cylindrical-coordinate representation of color #AF825B: hue angle of 27.86º 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 #AF825B is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 91 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.31 |
| HSL | 27.86º | 0.34% | 0.52% | - |
| HSV(B) | 27.86º | 0.48% | 0.69% | - |
| XYZ | 27.55 | 25.83 | 13.43 | - |
| YUV | 139.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 91 | 0 | 0.26 | 0.48 | 0.31 | 27.86 | 0.34 | 0.52 |
| Hex | AF | 82 | 5B | 0 | 1A | 30 | 1F | 1C | 22 | 34 |
| Octal | 257 | 202 | 133 | 0 | 32 | 60 | 37 | 34 | 42 | 64 |
| Binary | 10101111 | 10000010 | 1011011 | 0 | 11010 | 110000 | 11111 | 11100 | 100010 | 110100 |
Color Harmonies of #AF825B
Complementary color
Monochromatic Colors of #AF825B
Black with #AF825B
Text Example
Text Example
White with #AF825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF825B; }
p { color: rgb(175,130,91); }
H1.HeaderClassName
{
color: #AF825B;
}
.AnyTagClassName
{
color: #AF825B;
}
</style>
background-color css
<style>
a { background-color: #AF825B; }
a { background-color: rgb(175,130,91); }
div.DivClassName
{
background-color: #AF825B;
}
.BgClassName
{
background-color: #AF825B;
}
</style>
border-color css
<style>
span { border-color: #AF825B; }
span { border-color: rgb(175,130,91); }
td.TdClassName
{
border-color: #AF825B;
}
.TagClassName
{
border-color: #AF825B;
}
</style>