Shades of Teak #AF8C4D
Tints of Teak #AF8C4D
RGB
CMYK
RGB Variations
Color information
#AF8C4D (or 0xAF8C4D) is known color: Teak. HEX triplet: AF, 8C and 4D. RGB value is (175,140,77). Sum of RGB (Red+Green+Blue) = 175+140+77=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C4D is #5073B2. Grayscale: #8F8F8F. Windows color (decimal): -5272499 or 5082287. OLE color: 5082287.
HSL color Cylindrical-coordinate representation of color #AF8C4D: hue angle of 38.57º 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 #AF8C4D is Cyan = 0, Magento = 0.2, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 77 | - |
| CMYK | 0 | 0.2 | 0.56 | 0.31 |
| HSL | 38.57º | 0.39% | 0.49% | - |
| HSV(B) | 38.57º | 0.56% | 0.69% | - |
| XYZ | 28.4 | 28.41 | 11.01 | - |
| YUV | 143.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 77 | 0 | 0.2 | 0.56 | 0.31 | 38.57 | 0.39 | 0.49 |
| Hex | AF | 8C | 4D | 0 | 14 | 38 | 1F | 27 | 27 | 31 |
| Octal | 257 | 214 | 115 | 0 | 24 | 70 | 37 | 47 | 47 | 61 |
| Binary | 10101111 | 10001100 | 1001101 | 0 | 10100 | 111000 | 11111 | 100111 | 100111 | 110001 |
Color Harmonies of #AF8C4D
Complementary color
Monochromatic Colors of #AF8C4D
Black with #AF8C4D
Text Example
Text Example
White with #AF8C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C4D; }
p { color: rgb(175,140,77); }
H1.HeaderClassName
{
color: #AF8C4D;
}
.AnyTagClassName
{
color: #AF8C4D;
}
</style>
background-color css
<style>
a { background-color: #AF8C4D; }
a { background-color: rgb(175,140,77); }
div.DivClassName
{
background-color: #AF8C4D;
}
.BgClassName
{
background-color: #AF8C4D;
}
</style>
border-color css
<style>
span { border-color: #AF8C4D; }
span { border-color: rgb(175,140,77); }
td.TdClassName
{
border-color: #AF8C4D;
}
.TagClassName
{
border-color: #AF8C4D;
}
</style>