Shades of Teak #AF8C58
Tints of Teak #AF8C58
RGB
CMYK
RGB Variations
Color information
#AF8C58 (or 0xAF8C58) is known color: Teak. HEX triplet: AF, 8C and 58. RGB value is (175,140,88). Sum of RGB (Red+Green+Blue) = 175+140+88=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C58 is #5073A7. Grayscale: #909090. Windows color (decimal): -5272488 or 5803183. OLE color: 5803183.
HSL color Cylindrical-coordinate representation of color #AF8C58: hue angle of 35.86º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF8C58 is Cyan = 0, Magento = 0.2, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 88 | - |
| CMYK | 0 | 0.2 | 0.50 | 0.31 |
| HSL | 35.86º | 0.35% | 0.52% | - |
| HSV(B) | 35.86º | 0.5% | 0.69% | - |
| XYZ | 28.82 | 28.57 | 13.23 | - |
| YUV | 144.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 88 | 0 | 0.2 | 0.50 | 0.31 | 35.86 | 0.35 | 0.52 |
| Hex | AF | 8C | 58 | 0 | 14 | 32 | 1F | 24 | 23 | 34 |
| Octal | 257 | 214 | 130 | 0 | 24 | 62 | 37 | 44 | 43 | 64 |
| Binary | 10101111 | 10001100 | 1011000 | 0 | 10100 | 110010 | 11111 | 100100 | 100011 | 110100 |
Color Harmonies of #AF8C58
Complementary color
Monochromatic Colors of #AF8C58
Black with #AF8C58
Text Example
Text Example
White with #AF8C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C58; }
p { color: rgb(175,140,88); }
H1.HeaderClassName
{
color: #AF8C58;
}
.AnyTagClassName
{
color: #AF8C58;
}
</style>
background-color css
<style>
a { background-color: #AF8C58; }
a { background-color: rgb(175,140,88); }
div.DivClassName
{
background-color: #AF8C58;
}
.BgClassName
{
background-color: #AF8C58;
}
</style>
border-color css
<style>
span { border-color: #AF8C58; }
span { border-color: rgb(175,140,88); }
td.TdClassName
{
border-color: #AF8C58;
}
.TagClassName
{
border-color: #AF8C58;
}
</style>