Shades of Medium Wood #AF846B
Tints of Medium Wood #AF846B
RGB
CMYK
RGB Variations
Color information
#AF846B (or 0xAF846B) is known color: Medium Wood. HEX triplet: AF, 84 and 6B. RGB value is (175,132,107). Sum of RGB (Red+Green+Blue) = 175+132+107=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF846B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF846B is #507B94. Grayscale: #8E8E8E. Windows color (decimal): -5274517 or 7046319. OLE color: 7046319.
HSL color Cylindrical-coordinate representation of color #AF846B: hue angle of 22.06º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF846B is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 107 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.31 |
| HSL | 22.06º | 0.3% | 0.55% | - |
| HSV(B) | 22.06º | 0.39% | 0.69% | - |
| XYZ | 28.58 | 26.68 | 17.55 | - |
| YUV | 142.01 | 108.25 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 107 | 0 | 0.25 | 0.39 | 0.31 | 22.06 | 0.3 | 0.55 |
| Hex | AF | 84 | 6B | 0 | 19 | 27 | 1F | 16 | 1E | 37 |
| Octal | 257 | 204 | 153 | 0 | 31 | 47 | 37 | 26 | 36 | 67 |
| Binary | 10101111 | 10000100 | 1101011 | 0 | 11001 | 100111 | 11111 | 10110 | 11110 | 110111 |
Color Harmonies of #AF846B
Complementary color
Monochromatic Colors of #AF846B
Black with #AF846B
Text Example
Text Example
White with #AF846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF846B; }
p { color: rgb(175,132,107); }
H1.HeaderClassName
{
color: #AF846B;
}
.AnyTagClassName
{
color: #AF846B;
}
</style>
background-color css
<style>
a { background-color: #AF846B; }
a { background-color: rgb(175,132,107); }
div.DivClassName
{
background-color: #AF846B;
}
.BgClassName
{
background-color: #AF846B;
}
</style>
border-color css
<style>
span { border-color: #AF846B; }
span { border-color: rgb(175,132,107); }
td.TdClassName
{
border-color: #AF846B;
}
.TagClassName
{
border-color: #AF846B;
}
</style>