Shades of Teak #AF8654
Tints of Teak #AF8654
RGB
CMYK
RGB Variations
Color information
#AF8654 (or 0xAF8654) is known color: Teak. HEX triplet: AF, 86 and 54. RGB value is (175,134,84). Sum of RGB (Red+Green+Blue) = 175+134+84=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8654 is #5079AB. Grayscale: #8C8C8C. Windows color (decimal): -5274028 or 5539503. OLE color: 5539503.
HSL color Cylindrical-coordinate representation of color #AF8654: hue angle of 32.97º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF8654 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 84 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.31 |
| HSL | 32.97º | 0.36% | 0.51% | - |
| HSV(B) | 32.97º | 0.52% | 0.69% | - |
| XYZ | 27.8 | 26.8 | 12.1 | - |
| YUV | 140.56 | 96.08 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 84 | 0 | 0.23 | 0.52 | 0.31 | 32.97 | 0.36 | 0.51 |
| Hex | AF | 86 | 54 | 0 | 17 | 34 | 1F | 21 | 24 | 33 |
| Octal | 257 | 206 | 124 | 0 | 27 | 64 | 37 | 41 | 44 | 63 |
| Binary | 10101111 | 10000110 | 1010100 | 0 | 10111 | 110100 | 11111 | 100001 | 100100 | 110011 |
Color Harmonies of #AF8654
Complementary color
Monochromatic Colors of #AF8654
Black with #AF8654
Text Example
Text Example
White with #AF8654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8654; }
p { color: rgb(175,134,84); }
H1.HeaderClassName
{
color: #AF8654;
}
.AnyTagClassName
{
color: #AF8654;
}
</style>
background-color css
<style>
a { background-color: #AF8654; }
a { background-color: rgb(175,134,84); }
div.DivClassName
{
background-color: #AF8654;
}
.BgClassName
{
background-color: #AF8654;
}
</style>
border-color css
<style>
span { border-color: #AF8654; }
span { border-color: rgb(175,134,84); }
td.TdClassName
{
border-color: #AF8654;
}
.TagClassName
{
border-color: #AF8654;
}
</style>