Shades of Teak #AF875D
Tints of Teak #AF875D
RGB
CMYK
RGB Variations
Color information
#AF875D (or 0xAF875D) is known color: Teak. HEX triplet: AF, 87 and 5D. RGB value is (175,135,93). Sum of RGB (Red+Green+Blue) = 175+135+93=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF875D is #5078A2. Grayscale: #8E8E8E. Windows color (decimal): -5273763 or 6129583. OLE color: 6129583.
HSL color Cylindrical-coordinate representation of color #AF875D: hue angle of 30.73º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF875D is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 93 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.31 |
| HSL | 30.73º | 0.34% | 0.53% | - |
| HSV(B) | 30.73º | 0.47% | 0.69% | - |
| XYZ | 28.32 | 27.23 | 14.12 | - |
| YUV | 142.17 | 100.25 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 93 | 0 | 0.23 | 0.47 | 0.31 | 30.73 | 0.34 | 0.53 |
| Hex | AF | 87 | 5D | 0 | 17 | 2F | 1F | 1F | 22 | 35 |
| Octal | 257 | 207 | 135 | 0 | 27 | 57 | 37 | 37 | 42 | 65 |
| Binary | 10101111 | 10000111 | 1011101 | 0 | 10111 | 101111 | 11111 | 11111 | 100010 | 110101 |
Color Harmonies of #AF875D
Complementary color
Monochromatic Colors of #AF875D
Black with #AF875D
Text Example
Text Example
White with #AF875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF875D; }
p { color: rgb(175,135,93); }
H1.HeaderClassName
{
color: #AF875D;
}
.AnyTagClassName
{
color: #AF875D;
}
</style>
background-color css
<style>
a { background-color: #AF875D; }
a { background-color: rgb(175,135,93); }
div.DivClassName
{
background-color: #AF875D;
}
.BgClassName
{
background-color: #AF875D;
}
</style>
border-color css
<style>
span { border-color: #AF875D; }
span { border-color: rgb(175,135,93); }
td.TdClassName
{
border-color: #AF875D;
}
.TagClassName
{
border-color: #AF875D;
}
</style>