Shades of Teak #AF8B5C
Tints of Teak #AF8B5C
RGB
CMYK
RGB Variations
Color information
#AF8B5C (or 0xAF8B5C) is known color: Teak. HEX triplet: AF, 8B and 5C. RGB value is (175,139,92). Sum of RGB (Red+Green+Blue) = 175+139+92=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B5C is #5074A3. Grayscale: #909090. Windows color (decimal): -5272740 or 6065071. OLE color: 6065071.
HSL color Cylindrical-coordinate representation of color #AF8B5C: hue angle of 33.98º 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 #AF8B5C is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 92 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.31 |
| HSL | 33.98º | 0.34% | 0.52% | - |
| HSV(B) | 33.98º | 0.47% | 0.69% | - |
| XYZ | 28.84 | 28.35 | 14.08 | - |
| YUV | 144.41 | 98.43 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 92 | 0 | 0.21 | 0.47 | 0.31 | 33.98 | 0.34 | 0.52 |
| Hex | AF | 8B | 5C | 0 | 15 | 2F | 1F | 22 | 22 | 34 |
| Octal | 257 | 213 | 134 | 0 | 25 | 57 | 37 | 42 | 42 | 64 |
| Binary | 10101111 | 10001011 | 1011100 | 0 | 10101 | 101111 | 11111 | 100010 | 100010 | 110100 |
Color Harmonies of #AF8B5C
Complementary color
Monochromatic Colors of #AF8B5C
Black with #AF8B5C
Text Example
Text Example
White with #AF8B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B5C; }
p { color: rgb(175,139,92); }
H1.HeaderClassName
{
color: #AF8B5C;
}
.AnyTagClassName
{
color: #AF8B5C;
}
</style>
background-color css
<style>
a { background-color: #AF8B5C; }
a { background-color: rgb(175,139,92); }
div.DivClassName
{
background-color: #AF8B5C;
}
.BgClassName
{
background-color: #AF8B5C;
}
</style>
border-color css
<style>
span { border-color: #AF8B5C; }
span { border-color: rgb(175,139,92); }
td.TdClassName
{
border-color: #AF8B5C;
}
.TagClassName
{
border-color: #AF8B5C;
}
</style>