Shades of Teak #AC9053
Tints of Teak #AC9053
RGB
CMYK
RGB Variations
Color information
#AC9053 (or 0xAC9053) is known color: Teak. HEX triplet: AC, 90 and 53. RGB value is (172,144,83). Sum of RGB (Red+Green+Blue) = 172+144+83=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9053 is #536FAC. Grayscale: #919191. Windows color (decimal): -5468077 or 5476524. OLE color: 5476524.
HSL color Cylindrical-coordinate representation of color #AC9053: hue angle of 41.12º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC9053 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 83 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.33 |
| HSL | 41.12º | 0.35% | 0.5% | - |
| HSV(B) | 41.12º | 0.52% | 0.67% | - |
| XYZ | 28.55 | 29.34 | 12.34 | - |
| YUV | 145.42 | 92.78 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 83 | 0 | 0.16 | 0.52 | 0.33 | 41.12 | 0.35 | 0.5 |
| Hex | AC | 90 | 53 | 0 | 10 | 34 | 21 | 29 | 23 | 32 |
| Octal | 254 | 220 | 123 | 0 | 20 | 64 | 41 | 51 | 43 | 62 |
| Binary | 10101100 | 10010000 | 1010011 | 0 | 10000 | 110100 | 100001 | 101001 | 100011 | 110010 |
Color Harmonies of #AC9053
Complementary color
Monochromatic Colors of #AC9053
Black with #AC9053
Text Example
Text Example
White with #AC9053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9053; }
p { color: rgb(172,144,83); }
H1.HeaderClassName
{
color: #AC9053;
}
.AnyTagClassName
{
color: #AC9053;
}
</style>
background-color css
<style>
a { background-color: #AC9053; }
a { background-color: rgb(172,144,83); }
div.DivClassName
{
background-color: #AC9053;
}
.BgClassName
{
background-color: #AC9053;
}
</style>
border-color css
<style>
span { border-color: #AC9053; }
span { border-color: rgb(172,144,83); }
td.TdClassName
{
border-color: #AC9053;
}
.TagClassName
{
border-color: #AC9053;
}
</style>