Shades of Teak #AF895C
Tints of Teak #AF895C
RGB
CMYK
RGB Variations
Color information
#AF895C (or 0xAF895C) is known color: Teak. HEX triplet: AF, 89 and 5C. RGB value is (175,137,92). Sum of RGB (Red+Green+Blue) = 175+137+92=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF895C is #5076A3. Grayscale: #8F8F8F. Windows color (decimal): -5273252 or 6064559. OLE color: 6064559.
HSL color Cylindrical-coordinate representation of color #AF895C: hue angle of 32.53º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF895C is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 92 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.31 |
| HSL | 32.53º | 0.34% | 0.52% | - |
| HSV(B) | 32.53º | 0.47% | 0.69% | - |
| XYZ | 28.56 | 27.78 | 13.98 | - |
| YUV | 143.23 | 99.09 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 92 | 0 | 0.22 | 0.47 | 0.31 | 32.53 | 0.34 | 0.52 |
| Hex | AF | 89 | 5C | 0 | 16 | 2F | 1F | 21 | 22 | 34 |
| Octal | 257 | 211 | 134 | 0 | 26 | 57 | 37 | 41 | 42 | 64 |
| Binary | 10101111 | 10001001 | 1011100 | 0 | 10110 | 101111 | 11111 | 100001 | 100010 | 110100 |
Color Harmonies of #AF895C
Complementary color
Monochromatic Colors of #AF895C
Black with #AF895C
Text Example
Text Example
White with #AF895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF895C; }
p { color: rgb(175,137,92); }
H1.HeaderClassName
{
color: #AF895C;
}
.AnyTagClassName
{
color: #AF895C;
}
</style>
background-color css
<style>
a { background-color: #AF895C; }
a { background-color: rgb(175,137,92); }
div.DivClassName
{
background-color: #AF895C;
}
.BgClassName
{
background-color: #AF895C;
}
</style>
border-color css
<style>
span { border-color: #AF895C; }
span { border-color: rgb(175,137,92); }
td.TdClassName
{
border-color: #AF895C;
}
.TagClassName
{
border-color: #AF895C;
}
</style>