Shades of Medium Wood #AF8664
Tints of Medium Wood #AF8664
RGB
CMYK
RGB Variations
Color information
#AF8664 (or 0xAF8664) is known color: Medium Wood. HEX triplet: AF, 86 and 64. RGB value is (175,134,100). Sum of RGB (Red+Green+Blue) = 175+134+100=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8664 is #50799B. Grayscale: #8E8E8E. Windows color (decimal): -5274012 or 6588079. OLE color: 6588079.
HSL color Cylindrical-coordinate representation of color #AF8664: hue angle of 27.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF8664 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 100 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.31 |
| HSL | 27.2º | 0.32% | 0.54% | - |
| HSV(B) | 27.2º | 0.43% | 0.69% | - |
| XYZ | 28.5 | 27.08 | 15.78 | - |
| YUV | 142.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 100 | 0 | 0.23 | 0.43 | 0.31 | 27.2 | 0.32 | 0.54 |
| Hex | AF | 86 | 64 | 0 | 17 | 2B | 1F | 1B | 20 | 36 |
| Octal | 257 | 206 | 144 | 0 | 27 | 53 | 37 | 33 | 40 | 66 |
| Binary | 10101111 | 10000110 | 1100100 | 0 | 10111 | 101011 | 11111 | 11011 | 100000 | 110110 |
Color Harmonies of #AF8664
Complementary color
Monochromatic Colors of #AF8664
Black with #AF8664
Text Example
Text Example
White with #AF8664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8664; }
p { color: rgb(175,134,100); }
H1.HeaderClassName
{
color: #AF8664;
}
.AnyTagClassName
{
color: #AF8664;
}
</style>
background-color css
<style>
a { background-color: #AF8664; }
a { background-color: rgb(175,134,100); }
div.DivClassName
{
background-color: #AF8664;
}
.BgClassName
{
background-color: #AF8664;
}
</style>
border-color css
<style>
span { border-color: #AF8664; }
span { border-color: rgb(175,134,100); }
td.TdClassName
{
border-color: #AF8664;
}
.TagClassName
{
border-color: #AF8664;
}
</style>