Shades of Teak #AF8753
Tints of Teak #AF8753
RGB
CMYK
RGB Variations
Color information
#AF8753 (or 0xAF8753) is known color: Teak. HEX triplet: AF, 87 and 53. RGB value is (175,135,83). Sum of RGB (Red+Green+Blue) = 175+135+83=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8753 is #5078AC. Grayscale: #8D8D8D. Windows color (decimal): -5273773 or 5474223. OLE color: 5474223.
HSL color Cylindrical-coordinate representation of color #AF8753: hue angle of 33.91º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF8753 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 83 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.31 |
| HSL | 33.91º | 0.37% | 0.51% | - |
| HSV(B) | 33.91º | 0.53% | 0.69% | - |
| XYZ | 27.9 | 27.07 | 11.94 | - |
| YUV | 141.03 | 95.25 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 83 | 0 | 0.23 | 0.53 | 0.31 | 33.91 | 0.37 | 0.51 |
| Hex | AF | 87 | 53 | 0 | 17 | 35 | 1F | 22 | 25 | 33 |
| Octal | 257 | 207 | 123 | 0 | 27 | 65 | 37 | 42 | 45 | 63 |
| Binary | 10101111 | 10000111 | 1010011 | 0 | 10111 | 110101 | 11111 | 100010 | 100101 | 110011 |
Color Harmonies of #AF8753
Complementary color
Monochromatic Colors of #AF8753
Black with #AF8753
Text Example
Text Example
White with #AF8753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8753; }
p { color: rgb(175,135,83); }
H1.HeaderClassName
{
color: #AF8753;
}
.AnyTagClassName
{
color: #AF8753;
}
</style>
background-color css
<style>
a { background-color: #AF8753; }
a { background-color: rgb(175,135,83); }
div.DivClassName
{
background-color: #AF8753;
}
.BgClassName
{
background-color: #AF8753;
}
</style>
border-color css
<style>
span { border-color: #AF8753; }
span { border-color: rgb(175,135,83); }
td.TdClassName
{
border-color: #AF8753;
}
.TagClassName
{
border-color: #AF8753;
}
</style>