Shades of Teak #AF8C54
Tints of Teak #AF8C54
RGB
CMYK
RGB Variations
Color information
#AF8C54 (or 0xAF8C54) is known color: Teak. HEX triplet: AF, 8C and 54. RGB value is (175,140,84). Sum of RGB (Red+Green+Blue) = 175+140+84=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C54 is #5073AB. Grayscale: #909090. Windows color (decimal): -5272492 or 5541039. OLE color: 5541039.
HSL color Cylindrical-coordinate representation of color #AF8C54: hue angle of 36.92º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF8C54 is Cyan = 0, Magento = 0.2, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 84 | - |
| CMYK | 0 | 0.2 | 0.52 | 0.31 |
| HSL | 36.92º | 0.36% | 0.51% | - |
| HSV(B) | 36.92º | 0.52% | 0.69% | - |
| XYZ | 28.66 | 28.51 | 12.38 | - |
| YUV | 144.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 84 | 0 | 0.2 | 0.52 | 0.31 | 36.92 | 0.36 | 0.51 |
| Hex | AF | 8C | 54 | 0 | 14 | 34 | 1F | 25 | 24 | 33 |
| Octal | 257 | 214 | 124 | 0 | 24 | 64 | 37 | 45 | 44 | 63 |
| Binary | 10101111 | 10001100 | 1010100 | 0 | 10100 | 110100 | 11111 | 100101 | 100100 | 110011 |
Color Harmonies of #AF8C54
Complementary color
Monochromatic Colors of #AF8C54
Black with #AF8C54
Text Example
Text Example
White with #AF8C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C54; }
p { color: rgb(175,140,84); }
H1.HeaderClassName
{
color: #AF8C54;
}
.AnyTagClassName
{
color: #AF8C54;
}
</style>
background-color css
<style>
a { background-color: #AF8C54; }
a { background-color: rgb(175,140,84); }
div.DivClassName
{
background-color: #AF8C54;
}
.BgClassName
{
background-color: #AF8C54;
}
</style>
border-color css
<style>
span { border-color: #AF8C54; }
span { border-color: rgb(175,140,84); }
td.TdClassName
{
border-color: #AF8C54;
}
.TagClassName
{
border-color: #AF8C54;
}
</style>