Shades of Teak #AF8C4A
Tints of Teak #AF8C4A
RGB
CMYK
RGB Variations
Color information
#AF8C4A (or 0xAF8C4A) is known color: Teak. HEX triplet: AF, 8C and 4A. RGB value is (175,140,74). Sum of RGB (Red+Green+Blue) = 175+140+74=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C4A is #5073B5. Grayscale: #8F8F8F. Windows color (decimal): -5272502 or 4885679. OLE color: 4885679.
HSL color Cylindrical-coordinate representation of color #AF8C4A: hue angle of 39.21º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF8C4A is Cyan = 0, Magento = 0.2, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 74 | - |
| CMYK | 0 | 0.2 | 0.58 | 0.31 |
| HSL | 39.21º | 0.41% | 0.49% | - |
| HSV(B) | 39.21º | 0.58% | 0.69% | - |
| XYZ | 28.29 | 28.36 | 10.46 | - |
| YUV | 142.94 | 89.1 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 74 | 0 | 0.2 | 0.58 | 0.31 | 39.21 | 0.41 | 0.49 |
| Hex | AF | 8C | 4A | 0 | 14 | 3A | 1F | 27 | 29 | 31 |
| Octal | 257 | 214 | 112 | 0 | 24 | 72 | 37 | 47 | 51 | 61 |
| Binary | 10101111 | 10001100 | 1001010 | 0 | 10100 | 111010 | 11111 | 100111 | 101001 | 110001 |
Color Harmonies of #AF8C4A
Complementary color
Monochromatic Colors of #AF8C4A
Black with #AF8C4A
Text Example
Text Example
White with #AF8C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C4A; }
p { color: rgb(175,140,74); }
H1.HeaderClassName
{
color: #AF8C4A;
}
.AnyTagClassName
{
color: #AF8C4A;
}
</style>
background-color css
<style>
a { background-color: #AF8C4A; }
a { background-color: rgb(175,140,74); }
div.DivClassName
{
background-color: #AF8C4A;
}
.BgClassName
{
background-color: #AF8C4A;
}
</style>
border-color css
<style>
span { border-color: #AF8C4A; }
span { border-color: rgb(175,140,74); }
td.TdClassName
{
border-color: #AF8C4A;
}
.TagClassName
{
border-color: #AF8C4A;
}
</style>