Shades of Teak #AF895A
Tints of Teak #AF895A
RGB
CMYK
RGB Variations
Color information
#AF895A (or 0xAF895A) is known color: Teak. HEX triplet: AF, 89 and 5A. RGB value is (175,137,90). Sum of RGB (Red+Green+Blue) = 175+137+90=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF895A is #5076A5. Grayscale: #8F8F8F. Windows color (decimal): -5273254 or 5933487. OLE color: 5933487.
HSL color Cylindrical-coordinate representation of color #AF895A: hue angle of 33.18º 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 #AF895A is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 90 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.31 |
| HSL | 33.18º | 0.35% | 0.52% | - |
| HSV(B) | 33.18º | 0.49% | 0.69% | - |
| XYZ | 28.47 | 27.74 | 13.53 | - |
| YUV | 143 | 98.09 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 90 | 0 | 0.22 | 0.49 | 0.31 | 33.18 | 0.35 | 0.52 |
| Hex | AF | 89 | 5A | 0 | 16 | 31 | 1F | 21 | 23 | 34 |
| Octal | 257 | 211 | 132 | 0 | 26 | 61 | 37 | 41 | 43 | 64 |
| Binary | 10101111 | 10001001 | 1011010 | 0 | 10110 | 110001 | 11111 | 100001 | 100011 | 110100 |
Color Harmonies of #AF895A
Complementary color
Monochromatic Colors of #AF895A
Black with #AF895A
Text Example
Text Example
White with #AF895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF895A; }
p { color: rgb(175,137,90); }
H1.HeaderClassName
{
color: #AF895A;
}
.AnyTagClassName
{
color: #AF895A;
}
</style>
background-color css
<style>
a { background-color: #AF895A; }
a { background-color: rgb(175,137,90); }
div.DivClassName
{
background-color: #AF895A;
}
.BgClassName
{
background-color: #AF895A;
}
</style>
border-color css
<style>
span { border-color: #AF895A; }
span { border-color: rgb(175,137,90); }
td.TdClassName
{
border-color: #AF895A;
}
.TagClassName
{
border-color: #AF895A;
}
</style>