Shades of Teak #AC835A
Tints of Teak #AC835A
RGB
CMYK
RGB Variations
Color information
#AC835A (or 0xAC835A) is known color: Teak. HEX triplet: AC, 83 and 5A. RGB value is (172,131,90). Sum of RGB (Red+Green+Blue) = 172+131+90=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC835A is #537CA5. Grayscale: #8A8A8A. Windows color (decimal): -5471398 or 5931948. OLE color: 5931948.
HSL color Cylindrical-coordinate representation of color #AC835A: hue angle of 30º 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 #AC835A is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 90 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.33 |
| HSL | 30º | 0.33% | 0.51% | - |
| HSV(B) | 30º | 0.48% | 0.67% | - |
| XYZ | 26.98 | 25.74 | 13.22 | - |
| YUV | 138.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 90 | 0 | 0.24 | 0.48 | 0.33 | 30 | 0.33 | 0.51 |
| Hex | AC | 83 | 5A | 0 | 18 | 30 | 21 | 1E | 21 | 33 |
| Octal | 254 | 203 | 132 | 0 | 30 | 60 | 41 | 36 | 41 | 63 |
| Binary | 10101100 | 10000011 | 1011010 | 0 | 11000 | 110000 | 100001 | 11110 | 100001 | 110011 |
Color Harmonies of #AC835A
Complementary color
Monochromatic Colors of #AC835A
Black with #AC835A
Text Example
Text Example
White with #AC835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC835A; }
p { color: rgb(172,131,90); }
H1.HeaderClassName
{
color: #AC835A;
}
.AnyTagClassName
{
color: #AC835A;
}
</style>
background-color css
<style>
a { background-color: #AC835A; }
a { background-color: rgb(172,131,90); }
div.DivClassName
{
background-color: #AC835A;
}
.BgClassName
{
background-color: #AC835A;
}
</style>
border-color css
<style>
span { border-color: #AC835A; }
span { border-color: rgb(172,131,90); }
td.TdClassName
{
border-color: #AC835A;
}
.TagClassName
{
border-color: #AC835A;
}
</style>