Shades of Teak #AF855B
Tints of Teak #AF855B
RGB
CMYK
RGB Variations
Color information
#AF855B (or 0xAF855B) is known color: Teak. HEX triplet: AF, 85 and 5B. RGB value is (175,133,91). Sum of RGB (Red+Green+Blue) = 175+133+91=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF855B is #507AA4. Grayscale: #8C8C8C. Windows color (decimal): -5274277 or 5997999. OLE color: 5997999.
HSL color Cylindrical-coordinate representation of color #AF855B: hue angle of 30º 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 #AF855B is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 91 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.31 |
| HSL | 30º | 0.34% | 0.52% | - |
| HSV(B) | 30º | 0.48% | 0.69% | - |
| XYZ | 27.96 | 26.64 | 13.57 | - |
| YUV | 140.77 | 99.91 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 91 | 0 | 0.24 | 0.48 | 0.31 | 30 | 0.34 | 0.52 |
| Hex | AF | 85 | 5B | 0 | 18 | 30 | 1F | 1E | 22 | 34 |
| Octal | 257 | 205 | 133 | 0 | 30 | 60 | 37 | 36 | 42 | 64 |
| Binary | 10101111 | 10000101 | 1011011 | 0 | 11000 | 110000 | 11111 | 11110 | 100010 | 110100 |
Color Harmonies of #AF855B
Complementary color
Monochromatic Colors of #AF855B
Black with #AF855B
Text Example
Text Example
White with #AF855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF855B; }
p { color: rgb(175,133,91); }
H1.HeaderClassName
{
color: #AF855B;
}
.AnyTagClassName
{
color: #AF855B;
}
</style>
background-color css
<style>
a { background-color: #AF855B; }
a { background-color: rgb(175,133,91); }
div.DivClassName
{
background-color: #AF855B;
}
.BgClassName
{
background-color: #AF855B;
}
</style>
border-color css
<style>
span { border-color: #AF855B; }
span { border-color: rgb(175,133,91); }
td.TdClassName
{
border-color: #AF855B;
}
.TagClassName
{
border-color: #AF855B;
}
</style>