Shades of Medium Wood #AF7B60
Tints of Medium Wood #AF7B60
RGB
CMYK
RGB Variations
Color information
#AF7B60 (or 0xAF7B60) is known color: Medium Wood. HEX triplet: AF, 7B and 60. RGB value is (175,123,96). Sum of RGB (Red+Green+Blue) = 175+123+96=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B60 is #50849F. Grayscale: #878787. Windows color (decimal): -5276832 or 6323119. OLE color: 6323119.
HSL color Cylindrical-coordinate representation of color #AF7B60: hue angle of 20.51º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF7B60 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 123 | 96 | - |
CMYK | 0 | 0.30 | 0.45 | 0.31 |
HSL | 20.51º | 0.33% | 0.53% | - |
HSV(B) | 20.51º | 0.45% | 0.69% | - |
XYZ | 26.87 | 24.12 | 14.31 | - |
YUV | 135.47 | 105.73 | 156.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 123 | 96 | 0 | 0.30 | 0.45 | 0.31 | 20.51 | 0.33 | 0.53 |
Hex | AF | 7B | 60 | 0 | 1E | 2D | 1F | 15 | 21 | 35 |
Octal | 257 | 173 | 140 | 0 | 36 | 55 | 37 | 25 | 41 | 65 |
Binary | 10101111 | 1111011 | 1100000 | 0 | 11110 | 101101 | 11111 | 10101 | 100001 | 110101 |
Color Harmonies of #AF7B60
Complementary color
Monochromatic Colors of #AF7B60
Black with #AF7B60
Text Example
Text Example
White with #AF7B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B60; }
p { color: rgb(175,123,96); }
H1.HeaderClassName
{
color: #AF7B60;
}
.AnyTagClassName
{
color: #AF7B60;
}
</style>
background-color css
<style>
a { background-color: #AF7B60; }
a { background-color: rgb(175,123,96); }
div.DivClassName
{
background-color: #AF7B60;
}
.BgClassName
{
background-color: #AF7B60;
}
</style>
border-color css
<style>
span { border-color: #AF7B60; }
span { border-color: rgb(175,123,96); }
td.TdClassName
{
border-color: #AF7B60;
}
.TagClassName
{
border-color: #AF7B60;
}
</style>