Shades of Teak #AF8555
Tints of Teak #AF8555
RGB
CMYK
RGB Variations
Color information
#AF8555 (or 0xAF8555) is known color: Teak. HEX triplet: AF, 85 and 55. RGB value is (175,133,85). Sum of RGB (Red+Green+Blue) = 175+133+85=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8555 is #507AAA. Grayscale: #8C8C8C. Windows color (decimal): -5274283 or 5604783. OLE color: 5604783.
HSL color Cylindrical-coordinate representation of color #AF8555: hue angle of 32º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF8555 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 85 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.31 |
| HSL | 32º | 0.36% | 0.51% | - |
| HSV(B) | 32º | 0.51% | 0.69% | - |
| XYZ | 27.71 | 26.54 | 12.26 | - |
| YUV | 140.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 85 | 0 | 0.24 | 0.51 | 0.31 | 32 | 0.36 | 0.51 |
| Hex | AF | 85 | 55 | 0 | 18 | 33 | 1F | 20 | 24 | 33 |
| Octal | 257 | 205 | 125 | 0 | 30 | 63 | 37 | 40 | 44 | 63 |
| Binary | 10101111 | 10000101 | 1010101 | 0 | 11000 | 110011 | 11111 | 100000 | 100100 | 110011 |
Color Harmonies of #AF8555
Complementary color
Monochromatic Colors of #AF8555
Black with #AF8555
Text Example
Text Example
White with #AF8555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8555; }
p { color: rgb(175,133,85); }
H1.HeaderClassName
{
color: #AF8555;
}
.AnyTagClassName
{
color: #AF8555;
}
</style>
background-color css
<style>
a { background-color: #AF8555; }
a { background-color: rgb(175,133,85); }
div.DivClassName
{
background-color: #AF8555;
}
.BgClassName
{
background-color: #AF8555;
}
</style>
border-color css
<style>
span { border-color: #AF8555; }
span { border-color: rgb(175,133,85); }
td.TdClassName
{
border-color: #AF8555;
}
.TagClassName
{
border-color: #AF8555;
}
</style>