Shades of Teak #AF855A
Tints of Teak #AF855A
RGB
CMYK
RGB Variations
Color information
#AF855A (or 0xAF855A) is known color: Teak. HEX triplet: AF, 85 and 5A. RGB value is (175,133,90). Sum of RGB (Red+Green+Blue) = 175+133+90=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF855A is #507AA5. Grayscale: #8C8C8C. Windows color (decimal): -5274278 or 5932463. OLE color: 5932463.
HSL color Cylindrical-coordinate representation of color #AF855A: hue angle of 30.35º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF855A is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 90 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.31 |
| HSL | 30.35º | 0.35% | 0.52% | - |
| HSV(B) | 30.35º | 0.49% | 0.69% | - |
| XYZ | 27.91 | 26.63 | 13.34 | - |
| YUV | 140.66 | 99.41 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 90 | 0 | 0.24 | 0.49 | 0.31 | 30.35 | 0.35 | 0.52 |
| Hex | AF | 85 | 5A | 0 | 18 | 31 | 1F | 1E | 23 | 34 |
| Octal | 257 | 205 | 132 | 0 | 30 | 61 | 37 | 36 | 43 | 64 |
| Binary | 10101111 | 10000101 | 1011010 | 0 | 11000 | 110001 | 11111 | 11110 | 100011 | 110100 |
Color Harmonies of #AF855A
Complementary color
Monochromatic Colors of #AF855A
Black with #AF855A
Text Example
Text Example
White with #AF855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF855A; }
p { color: rgb(175,133,90); }
H1.HeaderClassName
{
color: #AF855A;
}
.AnyTagClassName
{
color: #AF855A;
}
</style>
background-color css
<style>
a { background-color: #AF855A; }
a { background-color: rgb(175,133,90); }
div.DivClassName
{
background-color: #AF855A;
}
.BgClassName
{
background-color: #AF855A;
}
</style>
border-color css
<style>
span { border-color: #AF855A; }
span { border-color: rgb(175,133,90); }
td.TdClassName
{
border-color: #AF855A;
}
.TagClassName
{
border-color: #AF855A;
}
</style>