Shades of Teak #AF8C53
Tints of Teak #AF8C53
RGB
CMYK
RGB Variations
Color information
#AF8C53 (or 0xAF8C53) is known color: Teak. HEX triplet: AF, 8C and 53. RGB value is (175,140,83). Sum of RGB (Red+Green+Blue) = 175+140+83=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C53 is #5073AC. Grayscale: #909090. Windows color (decimal): -5272493 or 5475503. OLE color: 5475503.
HSL color Cylindrical-coordinate representation of color #AF8C53: hue angle of 37.17º 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 #AF8C53 is Cyan = 0, Magento = 0.2, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 83 | - |
| CMYK | 0 | 0.2 | 0.53 | 0.31 |
| HSL | 37.17º | 0.37% | 0.51% | - |
| HSV(B) | 37.17º | 0.53% | 0.69% | - |
| XYZ | 28.62 | 28.49 | 12.18 | - |
| YUV | 143.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 83 | 0 | 0.2 | 0.53 | 0.31 | 37.17 | 0.37 | 0.51 |
| Hex | AF | 8C | 53 | 0 | 14 | 35 | 1F | 25 | 25 | 33 |
| Octal | 257 | 214 | 123 | 0 | 24 | 65 | 37 | 45 | 45 | 63 |
| Binary | 10101111 | 10001100 | 1010011 | 0 | 10100 | 110101 | 11111 | 100101 | 100101 | 110011 |
Color Harmonies of #AF8C53
Complementary color
Monochromatic Colors of #AF8C53
Black with #AF8C53
Text Example
Text Example
White with #AF8C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C53; }
p { color: rgb(175,140,83); }
H1.HeaderClassName
{
color: #AF8C53;
}
.AnyTagClassName
{
color: #AF8C53;
}
</style>
background-color css
<style>
a { background-color: #AF8C53; }
a { background-color: rgb(175,140,83); }
div.DivClassName
{
background-color: #AF8C53;
}
.BgClassName
{
background-color: #AF8C53;
}
</style>
border-color css
<style>
span { border-color: #AF8C53; }
span { border-color: rgb(175,140,83); }
td.TdClassName
{
border-color: #AF8C53;
}
.TagClassName
{
border-color: #AF8C53;
}
</style>