Shades of Teak #AF8F4E
Tints of Teak #AF8F4E
RGB
CMYK
RGB Variations
Color information
#AF8F4E (or 0xAF8F4E) is known color: Teak. HEX triplet: AF, 8F and 4E. RGB value is (175,143,78). Sum of RGB (Red+Green+Blue) = 175+143+78=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F4E is #5070B1. Grayscale: #919191. Windows color (decimal): -5271730 or 5148591. OLE color: 5148591.
HSL color Cylindrical-coordinate representation of color #AF8F4E: hue angle of 40.21º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF8F4E is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 78 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.31 |
| HSL | 40.21º | 0.38% | 0.5% | - |
| HSV(B) | 40.21º | 0.55% | 0.69% | - |
| XYZ | 28.88 | 29.31 | 11.34 | - |
| YUV | 145.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 78 | 0 | 0.18 | 0.55 | 0.31 | 40.21 | 0.38 | 0.5 |
| Hex | AF | 8F | 4E | 0 | 12 | 37 | 1F | 28 | 26 | 32 |
| Octal | 257 | 217 | 116 | 0 | 22 | 67 | 37 | 50 | 46 | 62 |
| Binary | 10101111 | 10001111 | 1001110 | 0 | 10010 | 110111 | 11111 | 101000 | 100110 | 110010 |
Color Harmonies of #AF8F4E
Complementary color
Monochromatic Colors of #AF8F4E
Black with #AF8F4E
Text Example
Text Example
White with #AF8F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F4E; }
p { color: rgb(175,143,78); }
H1.HeaderClassName
{
color: #AF8F4E;
}
.AnyTagClassName
{
color: #AF8F4E;
}
</style>
background-color css
<style>
a { background-color: #AF8F4E; }
a { background-color: rgb(175,143,78); }
div.DivClassName
{
background-color: #AF8F4E;
}
.BgClassName
{
background-color: #AF8F4E;
}
</style>
border-color css
<style>
span { border-color: #AF8F4E; }
span { border-color: rgb(175,143,78); }
td.TdClassName
{
border-color: #AF8F4E;
}
.TagClassName
{
border-color: #AF8F4E;
}
</style>