Shades of Teak #AC8A4C
Tints of Teak #AC8A4C
RGB
CMYK
RGB Variations
Color information
#AC8A4C (or 0xAC8A4C) is known color: Teak. HEX triplet: AC, 8A and 4C. RGB value is (172,138,76). Sum of RGB (Red+Green+Blue) = 172+138+76=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A4C is #5375B3. Grayscale: #8D8D8D. Windows color (decimal): -5469620 or 5016236. OLE color: 5016236.
HSL color Cylindrical-coordinate representation of color #AC8A4C: hue angle of 38.75º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC8A4C is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 76 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.33 |
| HSL | 38.75º | 0.39% | 0.49% | - |
| HSV(B) | 38.75º | 0.56% | 0.67% | - |
| XYZ | 27.41 | 27.47 | 10.7 | - |
| YUV | 141.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 76 | 0 | 0.20 | 0.56 | 0.33 | 38.75 | 0.39 | 0.49 |
| Hex | AC | 8A | 4C | 0 | 14 | 38 | 21 | 27 | 27 | 31 |
| Octal | 254 | 212 | 114 | 0 | 24 | 70 | 41 | 47 | 47 | 61 |
| Binary | 10101100 | 10001010 | 1001100 | 0 | 10100 | 111000 | 100001 | 100111 | 100111 | 110001 |
Color Harmonies of #AC8A4C
Complementary color
Monochromatic Colors of #AC8A4C
Black with #AC8A4C
Text Example
Text Example
White with #AC8A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A4C; }
p { color: rgb(172,138,76); }
H1.HeaderClassName
{
color: #AC8A4C;
}
.AnyTagClassName
{
color: #AC8A4C;
}
</style>
background-color css
<style>
a { background-color: #AC8A4C; }
a { background-color: rgb(172,138,76); }
div.DivClassName
{
background-color: #AC8A4C;
}
.BgClassName
{
background-color: #AC8A4C;
}
</style>
border-color css
<style>
span { border-color: #AC8A4C; }
span { border-color: rgb(172,138,76); }
td.TdClassName
{
border-color: #AC8A4C;
}
.TagClassName
{
border-color: #AC8A4C;
}
</style>