Shades of Teak #AF884D
Tints of Teak #AF884D
RGB
CMYK
RGB Variations
Color information
#AF884D (or 0xAF884D) is known color: Teak. HEX triplet: AF, 88 and 4D. RGB value is (175,136,77). Sum of RGB (Red+Green+Blue) = 175+136+77=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF884D is #5077B2. Grayscale: #8D8D8D. Windows color (decimal): -5273523 or 5081263. OLE color: 5081263.
HSL color Cylindrical-coordinate representation of color #AF884D: hue angle of 36.12º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF884D is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 77 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.31 |
| HSL | 36.12º | 0.39% | 0.49% | - |
| HSV(B) | 36.12º | 0.56% | 0.69% | - |
| XYZ | 27.82 | 27.26 | 10.82 | - |
| YUV | 140.94 | 91.92 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 77 | 0 | 0.22 | 0.56 | 0.31 | 36.12 | 0.39 | 0.49 |
| Hex | AF | 88 | 4D | 0 | 16 | 38 | 1F | 24 | 27 | 31 |
| Octal | 257 | 210 | 115 | 0 | 26 | 70 | 37 | 44 | 47 | 61 |
| Binary | 10101111 | 10001000 | 1001101 | 0 | 10110 | 111000 | 11111 | 100100 | 100111 | 110001 |
Color Harmonies of #AF884D
Complementary color
Monochromatic Colors of #AF884D
Black with #AF884D
Text Example
Text Example
White with #AF884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF884D; }
p { color: rgb(175,136,77); }
H1.HeaderClassName
{
color: #AF884D;
}
.AnyTagClassName
{
color: #AF884D;
}
</style>
background-color css
<style>
a { background-color: #AF884D; }
a { background-color: rgb(175,136,77); }
div.DivClassName
{
background-color: #AF884D;
}
.BgClassName
{
background-color: #AF884D;
}
</style>
border-color css
<style>
span { border-color: #AF884D; }
span { border-color: rgb(175,136,77); }
td.TdClassName
{
border-color: #AF884D;
}
.TagClassName
{
border-color: #AF884D;
}
</style>