Shades of Teak #AC855B
Tints of Teak #AC855B
RGB
CMYK
RGB Variations
Color information
#AC855B (or 0xAC855B) is known color: Teak. HEX triplet: AC, 85 and 5B. RGB value is (172,133,91). Sum of RGB (Red+Green+Blue) = 172+133+91=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC855B is #537AA4. Grayscale: #8C8C8C. Windows color (decimal): -5470885 or 5997996. OLE color: 5997996.
HSL color Cylindrical-coordinate representation of color #AC855B: hue angle of 31.11º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC855B is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 91 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.33 |
| HSL | 31.11º | 0.33% | 0.52% | - |
| HSV(B) | 31.11º | 0.47% | 0.67% | - |
| XYZ | 27.29 | 26.3 | 13.54 | - |
| YUV | 139.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 91 | 0 | 0.23 | 0.47 | 0.33 | 31.11 | 0.33 | 0.52 |
| Hex | AC | 85 | 5B | 0 | 17 | 2F | 21 | 1F | 21 | 34 |
| Octal | 254 | 205 | 133 | 0 | 27 | 57 | 41 | 37 | 41 | 64 |
| Binary | 10101100 | 10000101 | 1011011 | 0 | 10111 | 101111 | 100001 | 11111 | 100001 | 110100 |
Color Harmonies of #AC855B
Complementary color
Monochromatic Colors of #AC855B
Black with #AC855B
Text Example
Text Example
White with #AC855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC855B; }
p { color: rgb(172,133,91); }
H1.HeaderClassName
{
color: #AC855B;
}
.AnyTagClassName
{
color: #AC855B;
}
</style>
background-color css
<style>
a { background-color: #AC855B; }
a { background-color: rgb(172,133,91); }
div.DivClassName
{
background-color: #AC855B;
}
.BgClassName
{
background-color: #AC855B;
}
</style>
border-color css
<style>
span { border-color: #AC855B; }
span { border-color: rgb(172,133,91); }
td.TdClassName
{
border-color: #AC855B;
}
.TagClassName
{
border-color: #AC855B;
}
</style>