Shades of Teak #AC895A
Tints of Teak #AC895A
RGB
CMYK
RGB Variations
Color information
#AC895A (or 0xAC895A) is known color: Teak. HEX triplet: AC, 89 and 5A. RGB value is (172,137,90). Sum of RGB (Red+Green+Blue) = 172+137+90=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC895A is #5376A5. Grayscale: #8E8E8E. Windows color (decimal): -5469862 or 5933484. OLE color: 5933484.
HSL color Cylindrical-coordinate representation of color #AC895A: hue angle of 34.39º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC895A is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 90 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.33 |
| HSL | 34.39º | 0.33% | 0.51% | - |
| HSV(B) | 34.39º | 0.48% | 0.67% | - |
| XYZ | 27.8 | 27.4 | 13.5 | - |
| YUV | 142.11 | 98.6 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 90 | 0 | 0.20 | 0.48 | 0.33 | 34.39 | 0.33 | 0.51 |
| Hex | AC | 89 | 5A | 0 | 14 | 30 | 21 | 22 | 21 | 33 |
| Octal | 254 | 211 | 132 | 0 | 24 | 60 | 41 | 42 | 41 | 63 |
| Binary | 10101100 | 10001001 | 1011010 | 0 | 10100 | 110000 | 100001 | 100010 | 100001 | 110011 |
Color Harmonies of #AC895A
Complementary color
Monochromatic Colors of #AC895A
Black with #AC895A
Text Example
Text Example
White with #AC895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC895A; }
p { color: rgb(172,137,90); }
H1.HeaderClassName
{
color: #AC895A;
}
.AnyTagClassName
{
color: #AC895A;
}
</style>
background-color css
<style>
a { background-color: #AC895A; }
a { background-color: rgb(172,137,90); }
div.DivClassName
{
background-color: #AC895A;
}
.BgClassName
{
background-color: #AC895A;
}
</style>
border-color css
<style>
span { border-color: #AC895A; }
span { border-color: rgb(172,137,90); }
td.TdClassName
{
border-color: #AC895A;
}
.TagClassName
{
border-color: #AC895A;
}
</style>