Shades of Teak #AC9150
Tints of Teak #AC9150
RGB
CMYK
RGB Variations
Color information
#AC9150 (or 0xAC9150) is known color: Teak. HEX triplet: AC, 91 and 50. RGB value is (172,145,80). Sum of RGB (Red+Green+Blue) = 172+145+80=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9150 is #536EAF. Grayscale: #919191. Windows color (decimal): -5467824 or 5280172. OLE color: 5280172.
HSL color Cylindrical-coordinate representation of color #AC9150: hue angle of 42.39º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC9150 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 80 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.33 |
| HSL | 42.39º | 0.37% | 0.49% | - |
| HSV(B) | 42.39º | 0.53% | 0.67% | - |
| XYZ | 28.59 | 29.6 | 11.8 | - |
| YUV | 145.66 | 90.95 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 80 | 0 | 0.16 | 0.53 | 0.33 | 42.39 | 0.37 | 0.49 |
| Hex | AC | 91 | 50 | 0 | 10 | 35 | 21 | 2A | 25 | 31 |
| Octal | 254 | 221 | 120 | 0 | 20 | 65 | 41 | 52 | 45 | 61 |
| Binary | 10101100 | 10010001 | 1010000 | 0 | 10000 | 110101 | 100001 | 101010 | 100101 | 110001 |
Color Harmonies of #AC9150
Complementary color
Monochromatic Colors of #AC9150
Black with #AC9150
Text Example
Text Example
White with #AC9150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9150; }
p { color: rgb(172,145,80); }
H1.HeaderClassName
{
color: #AC9150;
}
.AnyTagClassName
{
color: #AC9150;
}
</style>
background-color css
<style>
a { background-color: #AC9150; }
a { background-color: rgb(172,145,80); }
div.DivClassName
{
background-color: #AC9150;
}
.BgClassName
{
background-color: #AC9150;
}
</style>
border-color css
<style>
span { border-color: #AC9150; }
span { border-color: rgb(172,145,80); }
td.TdClassName
{
border-color: #AC9150;
}
.TagClassName
{
border-color: #AC9150;
}
</style>