Shades of Teak #AC8C4B
Tints of Teak #AC8C4B
RGB
CMYK
RGB Variations
Color information
#AC8C4B (or 0xAC8C4B) is known color: Teak. HEX triplet: AC, 8C and 4B. RGB value is (172,140,75). Sum of RGB (Red+Green+Blue) = 172+140+75=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C4B is #5373B4. Grayscale: #8E8E8E. Windows color (decimal): -5469109 or 4951212. OLE color: 4951212.
HSL color Cylindrical-coordinate representation of color #AC8C4B: hue angle of 40.21º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC8C4B is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 75 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.33 |
| HSL | 40.21º | 0.39% | 0.48% | - |
| HSV(B) | 40.21º | 0.56% | 0.67% | - |
| XYZ | 27.66 | 28.03 | 10.61 | - |
| YUV | 142.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 75 | 0 | 0.19 | 0.56 | 0.33 | 40.21 | 0.39 | 0.48 |
| Hex | AC | 8C | 4B | 0 | 13 | 38 | 21 | 28 | 27 | 30 |
| Octal | 254 | 214 | 113 | 0 | 23 | 70 | 41 | 50 | 47 | 60 |
| Binary | 10101100 | 10001100 | 1001011 | 0 | 10011 | 111000 | 100001 | 101000 | 100111 | 110000 |
Color Harmonies of #AC8C4B
Complementary color
Monochromatic Colors of #AC8C4B
Black with #AC8C4B
Text Example
Text Example
White with #AC8C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C4B; }
p { color: rgb(172,140,75); }
H1.HeaderClassName
{
color: #AC8C4B;
}
.AnyTagClassName
{
color: #AC8C4B;
}
</style>
background-color css
<style>
a { background-color: #AC8C4B; }
a { background-color: rgb(172,140,75); }
div.DivClassName
{
background-color: #AC8C4B;
}
.BgClassName
{
background-color: #AC8C4B;
}
</style>
border-color css
<style>
span { border-color: #AC8C4B; }
span { border-color: rgb(172,140,75); }
td.TdClassName
{
border-color: #AC8C4B;
}
.TagClassName
{
border-color: #AC8C4B;
}
</style>