Shades of Teak #AF8954
Tints of Teak #AF8954
RGB
CMYK
RGB Variations
Color information
#AF8954 (or 0xAF8954) is known color: Teak. HEX triplet: AF, 89 and 54. RGB value is (175,137,84). Sum of RGB (Red+Green+Blue) = 175+137+84=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8954 is #5076AB. Grayscale: #8E8E8E. Windows color (decimal): -5273260 or 5540271. OLE color: 5540271.
HSL color Cylindrical-coordinate representation of color #AF8954: hue angle of 34.95º 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 #AF8954 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 84 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.31 |
| HSL | 34.95º | 0.36% | 0.51% | - |
| HSV(B) | 34.95º | 0.52% | 0.69% | - |
| XYZ | 28.23 | 27.65 | 12.24 | - |
| YUV | 142.32 | 95.09 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 84 | 0 | 0.22 | 0.52 | 0.31 | 34.95 | 0.36 | 0.51 |
| Hex | AF | 89 | 54 | 0 | 16 | 34 | 1F | 23 | 24 | 33 |
| Octal | 257 | 211 | 124 | 0 | 26 | 64 | 37 | 43 | 44 | 63 |
| Binary | 10101111 | 10001001 | 1010100 | 0 | 10110 | 110100 | 11111 | 100011 | 100100 | 110011 |
Color Harmonies of #AF8954
Complementary color
Monochromatic Colors of #AF8954
Black with #AF8954
Text Example
Text Example
White with #AF8954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8954; }
p { color: rgb(175,137,84); }
H1.HeaderClassName
{
color: #AF8954;
}
.AnyTagClassName
{
color: #AF8954;
}
</style>
background-color css
<style>
a { background-color: #AF8954; }
a { background-color: rgb(175,137,84); }
div.DivClassName
{
background-color: #AF8954;
}
.BgClassName
{
background-color: #AF8954;
}
</style>
border-color css
<style>
span { border-color: #AF8954; }
span { border-color: rgb(175,137,84); }
td.TdClassName
{
border-color: #AF8954;
}
.TagClassName
{
border-color: #AF8954;
}
</style>