Shades of Teak #AF8752
Tints of Teak #AF8752
RGB
CMYK
RGB Variations
Color information
#AF8752 (or 0xAF8752) is known color: Teak. HEX triplet: AF, 87 and 52. RGB value is (175,135,82). Sum of RGB (Red+Green+Blue) = 175+135+82=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8752 is #5078AD. Grayscale: #8D8D8D. Windows color (decimal): -5273774 or 5408687. OLE color: 5408687.
HSL color Cylindrical-coordinate representation of color #AF8752: hue angle of 34.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF8752 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 82 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.31 |
| HSL | 34.19º | 0.37% | 0.5% | - |
| HSV(B) | 34.19º | 0.53% | 0.69% | - |
| XYZ | 27.87 | 27.05 | 11.74 | - |
| YUV | 140.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 82 | 0 | 0.23 | 0.53 | 0.31 | 34.19 | 0.37 | 0.5 |
| Hex | AF | 87 | 52 | 0 | 17 | 35 | 1F | 22 | 25 | 32 |
| Octal | 257 | 207 | 122 | 0 | 27 | 65 | 37 | 42 | 45 | 62 |
| Binary | 10101111 | 10000111 | 1010010 | 0 | 10111 | 110101 | 11111 | 100010 | 100101 | 110010 |
Color Harmonies of #AF8752
Complementary color
Monochromatic Colors of #AF8752
Black with #AF8752
Text Example
Text Example
White with #AF8752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8752; }
p { color: rgb(175,135,82); }
H1.HeaderClassName
{
color: #AF8752;
}
.AnyTagClassName
{
color: #AF8752;
}
</style>
background-color css
<style>
a { background-color: #AF8752; }
a { background-color: rgb(175,135,82); }
div.DivClassName
{
background-color: #AF8752;
}
.BgClassName
{
background-color: #AF8752;
}
</style>
border-color css
<style>
span { border-color: #AF8752; }
span { border-color: rgb(175,135,82); }
td.TdClassName
{
border-color: #AF8752;
}
.TagClassName
{
border-color: #AF8752;
}
</style>