Shades of Teak #AC8B5C
Tints of Teak #AC8B5C
RGB
CMYK
RGB Variations
Color information
#AC8B5C (or 0xAC8B5C) is known color: Teak. HEX triplet: AC, 8B and 5C. RGB value is (172,139,92). Sum of RGB (Red+Green+Blue) = 172+139+92=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B5C is #5374A3. Grayscale: #8F8F8F. Windows color (decimal): -5469348 or 6065068. OLE color: 6065068.
HSL color Cylindrical-coordinate representation of color #AC8B5C: hue angle of 35.25º 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 #AC8B5C is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 139 | 92 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.33 |
| HSL | 35.25º | 0.33% | 0.52% | - |
| HSV(B) | 35.25º | 0.47% | 0.67% | - |
| XYZ | 28.18 | 28.01 | 14.05 | - |
| YUV | 143.51 | 98.93 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 92 | 0 | 0.19 | 0.47 | 0.33 | 35.25 | 0.33 | 0.52 |
| Hex | AC | 8B | 5C | 0 | 13 | 2F | 21 | 23 | 21 | 34 |
| Octal | 254 | 213 | 134 | 0 | 23 | 57 | 41 | 43 | 41 | 64 |
| Binary | 10101100 | 10001011 | 1011100 | 0 | 10011 | 101111 | 100001 | 100011 | 100001 | 110100 |
Color Harmonies of #AC8B5C
Complementary color
Monochromatic Colors of #AC8B5C
Black with #AC8B5C
Text Example
Text Example
White with #AC8B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8B5C; }
p { color: rgb(172,139,92); }
H1.HeaderClassName
{
color: #AC8B5C;
}
.AnyTagClassName
{
color: #AC8B5C;
}
</style>
background-color css
<style>
a { background-color: #AC8B5C; }
a { background-color: rgb(172,139,92); }
div.DivClassName
{
background-color: #AC8B5C;
}
.BgClassName
{
background-color: #AC8B5C;
}
</style>
border-color css
<style>
span { border-color: #AC8B5C; }
span { border-color: rgb(172,139,92); }
td.TdClassName
{
border-color: #AC8B5C;
}
.TagClassName
{
border-color: #AC8B5C;
}
</style>