Shades of Medium Wood #AF8169
Tints of Medium Wood #AF8169
RGB
CMYK
RGB Variations
Color information
#AF8169 (or 0xAF8169) is known color: Medium Wood. HEX triplet: AF, 81 and 69. RGB value is (175,129,105). Sum of RGB (Red+Green+Blue) = 175+129+105=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8169 is #507E96. Grayscale: #8C8C8C. Windows color (decimal): -5275287 or 6914479. OLE color: 6914479.
HSL color Cylindrical-coordinate representation of color #AF8169: hue angle of 20.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF8169 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 105 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.31 |
| HSL | 20.57º | 0.3% | 0.55% | - |
| HSV(B) | 20.57º | 0.4% | 0.69% | - |
| XYZ | 28.08 | 25.83 | 16.87 | - |
| YUV | 140.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 105 | 0 | 0.26 | 0.40 | 0.31 | 20.57 | 0.3 | 0.55 |
| Hex | AF | 81 | 69 | 0 | 1A | 28 | 1F | 15 | 1E | 37 |
| Octal | 257 | 201 | 151 | 0 | 32 | 50 | 37 | 25 | 36 | 67 |
| Binary | 10101111 | 10000001 | 1101001 | 0 | 11010 | 101000 | 11111 | 10101 | 11110 | 110111 |
Color Harmonies of #AF8169
Complementary color
Monochromatic Colors of #AF8169
Black with #AF8169
Text Example
Text Example
White with #AF8169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8169; }
p { color: rgb(175,129,105); }
H1.HeaderClassName
{
color: #AF8169;
}
.AnyTagClassName
{
color: #AF8169;
}
</style>
background-color css
<style>
a { background-color: #AF8169; }
a { background-color: rgb(175,129,105); }
div.DivClassName
{
background-color: #AF8169;
}
.BgClassName
{
background-color: #AF8169;
}
</style>
border-color css
<style>
span { border-color: #AF8169; }
span { border-color: rgb(175,129,105); }
td.TdClassName
{
border-color: #AF8169;
}
.TagClassName
{
border-color: #AF8169;
}
</style>