Shades of Medium Wood #AF7A66
Tints of Medium Wood #AF7A66
RGB
CMYK
RGB Variations
Color information
#AF7A66 (or 0xAF7A66) is known color: Medium Wood. HEX triplet: AF, 7A and 66. RGB value is (175,122,102). Sum of RGB (Red+Green+Blue) = 175+122+102=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A66 is #508599. Grayscale: #878787. Windows color (decimal): -5277082 or 6716079. OLE color: 6716079.
HSL color Cylindrical-coordinate representation of color #AF7A66: hue angle of 16.44º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF7A66 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 102 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.31 |
| HSL | 16.44º | 0.31% | 0.54% | - |
| HSV(B) | 16.44º | 0.42% | 0.69% | - |
| XYZ | 27.04 | 23.99 | 15.78 | - |
| YUV | 135.57 | 109.06 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 102 | 0 | 0.30 | 0.42 | 0.31 | 16.44 | 0.31 | 0.54 |
| Hex | AF | 7A | 66 | 0 | 1E | 2A | 1F | 10 | 1F | 36 |
| Octal | 257 | 172 | 146 | 0 | 36 | 52 | 37 | 20 | 37 | 66 |
| Binary | 10101111 | 1111010 | 1100110 | 0 | 11110 | 101010 | 11111 | 10000 | 11111 | 110110 |
Color Harmonies of #AF7A66
Complementary color
Monochromatic Colors of #AF7A66
Black with #AF7A66
Text Example
Text Example
White with #AF7A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A66; }
p { color: rgb(175,122,102); }
H1.HeaderClassName
{
color: #AF7A66;
}
.AnyTagClassName
{
color: #AF7A66;
}
</style>
background-color css
<style>
a { background-color: #AF7A66; }
a { background-color: rgb(175,122,102); }
div.DivClassName
{
background-color: #AF7A66;
}
.BgClassName
{
background-color: #AF7A66;
}
</style>
border-color css
<style>
span { border-color: #AF7A66; }
span { border-color: rgb(175,122,102); }
td.TdClassName
{
border-color: #AF7A66;
}
.TagClassName
{
border-color: #AF7A66;
}
</style>