Shades of Teak #AF8C5B
Tints of Teak #AF8C5B
RGB
CMYK
RGB Variations
Color information
#AF8C5B (or 0xAF8C5B) is known color: Teak. HEX triplet: AF, 8C and 5B. RGB value is (175,140,91). Sum of RGB (Red+Green+Blue) = 175+140+91=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C5B is #5073A4. Grayscale: #919191. Windows color (decimal): -5272485 or 5999791. OLE color: 5999791.
HSL color Cylindrical-coordinate representation of color #AF8C5B: hue angle of 35º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF8C5B is Cyan = 0, Magento = 0.2, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 91 | - |
| CMYK | 0 | 0.2 | 0.48 | 0.31 |
| HSL | 35º | 0.34% | 0.52% | - |
| HSV(B) | 35º | 0.48% | 0.69% | - |
| XYZ | 28.95 | 28.63 | 13.9 | - |
| YUV | 144.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 91 | 0 | 0.2 | 0.48 | 0.31 | 35 | 0.34 | 0.52 |
| Hex | AF | 8C | 5B | 0 | 14 | 30 | 1F | 23 | 22 | 34 |
| Octal | 257 | 214 | 133 | 0 | 24 | 60 | 37 | 43 | 42 | 64 |
| Binary | 10101111 | 10001100 | 1011011 | 0 | 10100 | 110000 | 11111 | 100011 | 100010 | 110100 |
Color Harmonies of #AF8C5B
Complementary color
Monochromatic Colors of #AF8C5B
Black with #AF8C5B
Text Example
Text Example
White with #AF8C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C5B; }
p { color: rgb(175,140,91); }
H1.HeaderClassName
{
color: #AF8C5B;
}
.AnyTagClassName
{
color: #AF8C5B;
}
</style>
background-color css
<style>
a { background-color: #AF8C5B; }
a { background-color: rgb(175,140,91); }
div.DivClassName
{
background-color: #AF8C5B;
}
.BgClassName
{
background-color: #AF8C5B;
}
</style>
border-color css
<style>
span { border-color: #AF8C5B; }
span { border-color: rgb(175,140,91); }
td.TdClassName
{
border-color: #AF8C5B;
}
.TagClassName
{
border-color: #AF8C5B;
}
</style>