Shades of Teak #AF8E50
Tints of Teak #AF8E50
RGB
CMYK
RGB Variations
Color information
#AF8E50 (or 0xAF8E50) is known color: Teak. HEX triplet: AF, 8E and 50. RGB value is (175,142,80). Sum of RGB (Red+Green+Blue) = 175+142+80=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E50 is #5071AF. Grayscale: #919191. Windows color (decimal): -5271984 or 5279407. OLE color: 5279407.
HSL color Cylindrical-coordinate representation of color #AF8E50: hue angle of 39.16º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF8E50 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 142 | 80 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.31 |
| HSL | 39.16º | 0.37% | 0.5% | - |
| HSV(B) | 39.16º | 0.54% | 0.69% | - |
| XYZ | 28.8 | 29.04 | 11.68 | - |
| YUV | 144.8 | 91.43 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 80 | 0 | 0.19 | 0.54 | 0.31 | 39.16 | 0.37 | 0.5 |
| Hex | AF | 8E | 50 | 0 | 13 | 36 | 1F | 27 | 25 | 32 |
| Octal | 257 | 216 | 120 | 0 | 23 | 66 | 37 | 47 | 45 | 62 |
| Binary | 10101111 | 10001110 | 1010000 | 0 | 10011 | 110110 | 11111 | 100111 | 100101 | 110010 |
Color Harmonies of #AF8E50
Complementary color
Monochromatic Colors of #AF8E50
Black with #AF8E50
Text Example
Text Example
White with #AF8E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8E50; }
p { color: rgb(175,142,80); }
H1.HeaderClassName
{
color: #AF8E50;
}
.AnyTagClassName
{
color: #AF8E50;
}
</style>
background-color css
<style>
a { background-color: #AF8E50; }
a { background-color: rgb(175,142,80); }
div.DivClassName
{
background-color: #AF8E50;
}
.BgClassName
{
background-color: #AF8E50;
}
</style>
border-color css
<style>
span { border-color: #AF8E50; }
span { border-color: rgb(175,142,80); }
td.TdClassName
{
border-color: #AF8E50;
}
.TagClassName
{
border-color: #AF8E50;
}
</style>