Shades of Medium Wood #AF8769
Tints of Medium Wood #AF8769
RGB
CMYK
RGB Variations
Color information
#AF8769 (or 0xAF8769) is known color: Medium Wood. HEX triplet: AF, 87 and 69. RGB value is (175,135,105). Sum of RGB (Red+Green+Blue) = 175+135+105=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8769 is #507896. Grayscale: #8F8F8F. Windows color (decimal): -5273751 or 6916015. OLE color: 6916015.
HSL color Cylindrical-coordinate representation of color #AF8769: hue angle of 25.71º 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 #AF8769 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 105 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.31 |
| HSL | 25.71º | 0.3% | 0.55% | - |
| HSV(B) | 25.71º | 0.4% | 0.69% | - |
| XYZ | 28.89 | 27.46 | 17.14 | - |
| YUV | 143.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 105 | 0 | 0.23 | 0.40 | 0.31 | 25.71 | 0.3 | 0.55 |
| Hex | AF | 87 | 69 | 0 | 17 | 28 | 1F | 1A | 1E | 37 |
| Octal | 257 | 207 | 151 | 0 | 27 | 50 | 37 | 32 | 36 | 67 |
| Binary | 10101111 | 10000111 | 1101001 | 0 | 10111 | 101000 | 11111 | 11010 | 11110 | 110111 |
Color Harmonies of #AF8769
Complementary color
Monochromatic Colors of #AF8769
Black with #AF8769
Text Example
Text Example
White with #AF8769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8769; }
p { color: rgb(175,135,105); }
H1.HeaderClassName
{
color: #AF8769;
}
.AnyTagClassName
{
color: #AF8769;
}
</style>
background-color css
<style>
a { background-color: #AF8769; }
a { background-color: rgb(175,135,105); }
div.DivClassName
{
background-color: #AF8769;
}
.BgClassName
{
background-color: #AF8769;
}
</style>
border-color css
<style>
span { border-color: #AF8769; }
span { border-color: rgb(175,135,105); }
td.TdClassName
{
border-color: #AF8769;
}
.TagClassName
{
border-color: #AF8769;
}
</style>