Shades of Teak #AF8C55
Tints of Teak #AF8C55
RGB
CMYK
RGB Variations
Color information
#AF8C55 (or 0xAF8C55) is known color: Teak. HEX triplet: AF, 8C and 55. RGB value is (175,140,85). Sum of RGB (Red+Green+Blue) = 175+140+85=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C55 is #5073AA. Grayscale: #909090. Windows color (decimal): -5272491 or 5606575. OLE color: 5606575.
HSL color Cylindrical-coordinate representation of color #AF8C55: hue angle of 36.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF8C55 is Cyan = 0, Magento = 0.2, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 85 | - |
| CMYK | 0 | 0.2 | 0.51 | 0.31 |
| HSL | 36.67º | 0.36% | 0.51% | - |
| HSV(B) | 36.67º | 0.51% | 0.69% | - |
| XYZ | 28.7 | 28.53 | 12.59 | - |
| YUV | 144.2 | 94.6 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 85 | 0 | 0.2 | 0.51 | 0.31 | 36.67 | 0.36 | 0.51 |
| Hex | AF | 8C | 55 | 0 | 14 | 33 | 1F | 25 | 24 | 33 |
| Octal | 257 | 214 | 125 | 0 | 24 | 63 | 37 | 45 | 44 | 63 |
| Binary | 10101111 | 10001100 | 1010101 | 0 | 10100 | 110011 | 11111 | 100101 | 100100 | 110011 |
Color Harmonies of #AF8C55
Complementary color
Monochromatic Colors of #AF8C55
Black with #AF8C55
Text Example
Text Example
White with #AF8C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C55; }
p { color: rgb(175,140,85); }
H1.HeaderClassName
{
color: #AF8C55;
}
.AnyTagClassName
{
color: #AF8C55;
}
</style>
background-color css
<style>
a { background-color: #AF8C55; }
a { background-color: rgb(175,140,85); }
div.DivClassName
{
background-color: #AF8C55;
}
.BgClassName
{
background-color: #AF8C55;
}
</style>
border-color css
<style>
span { border-color: #AF8C55; }
span { border-color: rgb(175,140,85); }
td.TdClassName
{
border-color: #AF8C55;
}
.TagClassName
{
border-color: #AF8C55;
}
</style>