Shades of Teak #AF904E
Tints of Teak #AF904E
RGB
CMYK
RGB Variations
Color information
#AF904E (or 0xAF904E) is known color: Teak. HEX triplet: AF, 90 and 4E. RGB value is (175,144,78). Sum of RGB (Red+Green+Blue) = 175+144+78=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF904E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF904E is #506FB1. Grayscale: #929292. Windows color (decimal): -5271474 or 5148847. OLE color: 5148847.
HSL color Cylindrical-coordinate representation of color #AF904E: hue angle of 40.82º 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 #AF904E is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 78 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.31 |
| HSL | 40.82º | 0.38% | 0.5% | - |
| HSV(B) | 40.82º | 0.55% | 0.69% | - |
| XYZ | 29.03 | 29.61 | 11.39 | - |
| YUV | 145.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 78 | 0 | 0.18 | 0.55 | 0.31 | 40.82 | 0.38 | 0.5 |
| Hex | AF | 90 | 4E | 0 | 12 | 37 | 1F | 29 | 26 | 32 |
| Octal | 257 | 220 | 116 | 0 | 22 | 67 | 37 | 51 | 46 | 62 |
| Binary | 10101111 | 10010000 | 1001110 | 0 | 10010 | 110111 | 11111 | 101001 | 100110 | 110010 |
Color Harmonies of #AF904E
Complementary color
Monochromatic Colors of #AF904E
Black with #AF904E
Text Example
Text Example
White with #AF904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF904E; }
p { color: rgb(175,144,78); }
H1.HeaderClassName
{
color: #AF904E;
}
.AnyTagClassName
{
color: #AF904E;
}
</style>
background-color css
<style>
a { background-color: #AF904E; }
a { background-color: rgb(175,144,78); }
div.DivClassName
{
background-color: #AF904E;
}
.BgClassName
{
background-color: #AF904E;
}
</style>
border-color css
<style>
span { border-color: #AF904E; }
span { border-color: rgb(175,144,78); }
td.TdClassName
{
border-color: #AF904E;
}
.TagClassName
{
border-color: #AF904E;
}
</style>