Shades of Medium Wood #AF7F5A
Tints of Medium Wood #AF7F5A
RGB
CMYK
RGB Variations
Color information
#AF7F5A (or 0xAF7F5A) is known color: Medium Wood. HEX triplet: AF, 7F and 5A. RGB value is (175,127,90). Sum of RGB (Red+Green+Blue) = 175+127+90=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F5A is #5080A5. Grayscale: #898989. Windows color (decimal): -5275814 or 5930927. OLE color: 5930927.
HSL color Cylindrical-coordinate representation of color #AF7F5A: hue angle of 26.12º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF7F5A is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 90 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.31 |
| HSL | 26.12º | 0.35% | 0.52% | - |
| HSV(B) | 26.12º | 0.49% | 0.69% | - |
| XYZ | 27.11 | 25.03 | 13.08 | - |
| YUV | 137.13 | 101.4 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 90 | 0 | 0.27 | 0.49 | 0.31 | 26.12 | 0.35 | 0.52 |
| Hex | AF | 7F | 5A | 0 | 1B | 31 | 1F | 1A | 23 | 34 |
| Octal | 257 | 177 | 132 | 0 | 33 | 61 | 37 | 32 | 43 | 64 |
| Binary | 10101111 | 1111111 | 1011010 | 0 | 11011 | 110001 | 11111 | 11010 | 100011 | 110100 |
Color Harmonies of #AF7F5A
Complementary color
Monochromatic Colors of #AF7F5A
Black with #AF7F5A
Text Example
Text Example
White with #AF7F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F5A; }
p { color: rgb(175,127,90); }
H1.HeaderClassName
{
color: #AF7F5A;
}
.AnyTagClassName
{
color: #AF7F5A;
}
</style>
background-color css
<style>
a { background-color: #AF7F5A; }
a { background-color: rgb(175,127,90); }
div.DivClassName
{
background-color: #AF7F5A;
}
.BgClassName
{
background-color: #AF7F5A;
}
</style>
border-color css
<style>
span { border-color: #AF7F5A; }
span { border-color: rgb(175,127,90); }
td.TdClassName
{
border-color: #AF7F5A;
}
.TagClassName
{
border-color: #AF7F5A;
}
</style>