Shades of Teak #AF8758
Tints of Teak #AF8758
RGB
CMYK
RGB Variations
Color information
#AF8758 (or 0xAF8758) is known color: Teak. HEX triplet: AF, 87 and 58. RGB value is (175,135,88). Sum of RGB (Red+Green+Blue) = 175+135+88=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8758 is #5078A7. Grayscale: #8D8D8D. Windows color (decimal): -5273768 or 5801903. OLE color: 5801903.
HSL color Cylindrical-coordinate representation of color #AF8758: hue angle of 32.41º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF8758 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 88 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.31 |
| HSL | 32.41º | 0.35% | 0.52% | - |
| HSV(B) | 32.41º | 0.5% | 0.69% | - |
| XYZ | 28.1 | 27.15 | 12.99 | - |
| YUV | 141.6 | 97.75 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 88 | 0 | 0.23 | 0.50 | 0.31 | 32.41 | 0.35 | 0.52 |
| Hex | AF | 87 | 58 | 0 | 17 | 32 | 1F | 20 | 23 | 34 |
| Octal | 257 | 207 | 130 | 0 | 27 | 62 | 37 | 40 | 43 | 64 |
| Binary | 10101111 | 10000111 | 1011000 | 0 | 10111 | 110010 | 11111 | 100000 | 100011 | 110100 |
Color Harmonies of #AF8758
Complementary color
Monochromatic Colors of #AF8758
Black with #AF8758
Text Example
Text Example
White with #AF8758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8758; }
p { color: rgb(175,135,88); }
H1.HeaderClassName
{
color: #AF8758;
}
.AnyTagClassName
{
color: #AF8758;
}
</style>
background-color css
<style>
a { background-color: #AF8758; }
a { background-color: rgb(175,135,88); }
div.DivClassName
{
background-color: #AF8758;
}
.BgClassName
{
background-color: #AF8758;
}
</style>
border-color css
<style>
span { border-color: #AF8758; }
span { border-color: rgb(175,135,88); }
td.TdClassName
{
border-color: #AF8758;
}
.TagClassName
{
border-color: #AF8758;
}
</style>