Shades of Teak #AF8A49
Tints of Teak #AF8A49
RGB
CMYK
RGB Variations
Color information
#AF8A49 (or 0xAF8A49) is known color: Teak. HEX triplet: AF, 8A and 49. RGB value is (175,138,73). Sum of RGB (Red+Green+Blue) = 175+138+73=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8A49 is #5075B6. Grayscale: #8D8D8D. Windows color (decimal): -5273015 or 4819631. OLE color: 4819631.
HSL color Cylindrical-coordinate representation of color #AF8A49: hue angle of 38.24º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF8A49 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 73 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.31 |
| HSL | 38.24º | 0.41% | 0.49% | - |
| HSV(B) | 38.24º | 0.58% | 0.69% | - |
| XYZ | 27.97 | 27.77 | 10.19 | - |
| YUV | 141.65 | 89.26 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 73 | 0 | 0.21 | 0.58 | 0.31 | 38.24 | 0.41 | 0.49 |
| Hex | AF | 8A | 49 | 0 | 15 | 3A | 1F | 26 | 29 | 31 |
| Octal | 257 | 212 | 111 | 0 | 25 | 72 | 37 | 46 | 51 | 61 |
| Binary | 10101111 | 10001010 | 1001001 | 0 | 10101 | 111010 | 11111 | 100110 | 101001 | 110001 |
Color Harmonies of #AF8A49
Complementary color
Monochromatic Colors of #AF8A49
Black with #AF8A49
Text Example
Text Example
White with #AF8A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A49; }
p { color: rgb(175,138,73); }
H1.HeaderClassName
{
color: #AF8A49;
}
.AnyTagClassName
{
color: #AF8A49;
}
</style>
background-color css
<style>
a { background-color: #AF8A49; }
a { background-color: rgb(175,138,73); }
div.DivClassName
{
background-color: #AF8A49;
}
.BgClassName
{
background-color: #AF8A49;
}
</style>
border-color css
<style>
span { border-color: #AF8A49; }
span { border-color: rgb(175,138,73); }
td.TdClassName
{
border-color: #AF8A49;
}
.TagClassName
{
border-color: #AF8A49;
}
</style>