Shades of Teak #AF8A50
Tints of Teak #AF8A50
RGB
CMYK
RGB Variations
Color information
#AF8A50 (or 0xAF8A50) is known color: Teak. HEX triplet: AF, 8A and 50. RGB value is (175,138,80). Sum of RGB (Red+Green+Blue) = 175+138+80=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A50 is #5075AF. Grayscale: #8E8E8E. Windows color (decimal): -5273008 or 5278383. OLE color: 5278383.
HSL color Cylindrical-coordinate representation of color #AF8A50: hue angle of 36.63º 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 #AF8A50 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 80 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.31 |
| HSL | 36.63º | 0.37% | 0.5% | - |
| HSV(B) | 36.63º | 0.54% | 0.69% | - |
| XYZ | 28.22 | 27.87 | 11.48 | - |
| YUV | 142.45 | 92.76 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 80 | 0 | 0.21 | 0.54 | 0.31 | 36.63 | 0.37 | 0.5 |
| Hex | AF | 8A | 50 | 0 | 15 | 36 | 1F | 25 | 25 | 32 |
| Octal | 257 | 212 | 120 | 0 | 25 | 66 | 37 | 45 | 45 | 62 |
| Binary | 10101111 | 10001010 | 1010000 | 0 | 10101 | 110110 | 11111 | 100101 | 100101 | 110010 |
Color Harmonies of #AF8A50
Complementary color
Monochromatic Colors of #AF8A50
Black with #AF8A50
Text Example
Text Example
White with #AF8A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A50; }
p { color: rgb(175,138,80); }
H1.HeaderClassName
{
color: #AF8A50;
}
.AnyTagClassName
{
color: #AF8A50;
}
</style>
background-color css
<style>
a { background-color: #AF8A50; }
a { background-color: rgb(175,138,80); }
div.DivClassName
{
background-color: #AF8A50;
}
.BgClassName
{
background-color: #AF8A50;
}
</style>
border-color css
<style>
span { border-color: #AF8A50; }
span { border-color: rgb(175,138,80); }
td.TdClassName
{
border-color: #AF8A50;
}
.TagClassName
{
border-color: #AF8A50;
}
</style>