Shades of Teak #AF9255
Tints of Teak #AF9255
RGB
CMYK
RGB Variations
Color information
#AF9255 (or 0xAF9255) is known color: Teak. HEX triplet: AF, 92 and 55. RGB value is (175,146,85). Sum of RGB (Red+Green+Blue) = 175+146+85=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9255 is #506DAA. Grayscale: #939393. Windows color (decimal): -5270955 or 5608111. OLE color: 5608111.
HSL color Cylindrical-coordinate representation of color #AF9255: hue angle of 40.67º 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 #AF9255 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 85 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.31 |
| HSL | 40.67º | 0.36% | 0.51% | - |
| HSV(B) | 40.67º | 0.51% | 0.69% | - |
| XYZ | 29.6 | 30.33 | 12.89 | - |
| YUV | 147.72 | 92.61 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 85 | 0 | 0.17 | 0.51 | 0.31 | 40.67 | 0.36 | 0.51 |
| Hex | AF | 92 | 55 | 0 | 11 | 33 | 1F | 29 | 24 | 33 |
| Octal | 257 | 222 | 125 | 0 | 21 | 63 | 37 | 51 | 44 | 63 |
| Binary | 10101111 | 10010010 | 1010101 | 0 | 10001 | 110011 | 11111 | 101001 | 100100 | 110011 |
Color Harmonies of #AF9255
Complementary color
Monochromatic Colors of #AF9255
Black with #AF9255
Text Example
Text Example
White with #AF9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9255; }
p { color: rgb(175,146,85); }
H1.HeaderClassName
{
color: #AF9255;
}
.AnyTagClassName
{
color: #AF9255;
}
</style>
background-color css
<style>
a { background-color: #AF9255; }
a { background-color: rgb(175,146,85); }
div.DivClassName
{
background-color: #AF9255;
}
.BgClassName
{
background-color: #AF9255;
}
</style>
border-color css
<style>
span { border-color: #AF9255; }
span { border-color: rgb(175,146,85); }
td.TdClassName
{
border-color: #AF9255;
}
.TagClassName
{
border-color: #AF9255;
}
</style>