Shades of Teak #AF8E4D
Tints of Teak #AF8E4D
RGB
CMYK
RGB Variations
Color information
#AF8E4D (or 0xAF8E4D) is known color: Teak. HEX triplet: AF, 8E and 4D. RGB value is (175,142,77). Sum of RGB (Red+Green+Blue) = 175+142+77=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E4D is #5071B2. Grayscale: #909090. Windows color (decimal): -5271987 or 5082799. OLE color: 5082799.
HSL color Cylindrical-coordinate representation of color #AF8E4D: hue angle of 39.8º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF8E4D is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 142 | 77 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.31 |
| HSL | 39.8º | 0.39% | 0.49% | - |
| HSV(B) | 39.8º | 0.56% | 0.69% | - |
| XYZ | 28.69 | 29 | 11.11 | - |
| YUV | 144.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 77 | 0 | 0.19 | 0.56 | 0.31 | 39.8 | 0.39 | 0.49 |
| Hex | AF | 8E | 4D | 0 | 13 | 38 | 1F | 28 | 27 | 31 |
| Octal | 257 | 216 | 115 | 0 | 23 | 70 | 37 | 50 | 47 | 61 |
| Binary | 10101111 | 10001110 | 1001101 | 0 | 10011 | 111000 | 11111 | 101000 | 100111 | 110001 |
Color Harmonies of #AF8E4D
Complementary color
Monochromatic Colors of #AF8E4D
Black with #AF8E4D
Text Example
Text Example
White with #AF8E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8E4D; }
p { color: rgb(175,142,77); }
H1.HeaderClassName
{
color: #AF8E4D;
}
.AnyTagClassName
{
color: #AF8E4D;
}
</style>
background-color css
<style>
a { background-color: #AF8E4D; }
a { background-color: rgb(175,142,77); }
div.DivClassName
{
background-color: #AF8E4D;
}
.BgClassName
{
background-color: #AF8E4D;
}
</style>
border-color css
<style>
span { border-color: #AF8E4D; }
span { border-color: rgb(175,142,77); }
td.TdClassName
{
border-color: #AF8E4D;
}
.TagClassName
{
border-color: #AF8E4D;
}
</style>