Shades of Teak #A58752
Tints of Teak #A58752
RGB
CMYK
RGB Variations
Color information
#A58752 (or 0xA58752) is known color: Teak. HEX triplet: A5, 87 and 52. RGB value is (165,135,82). Sum of RGB (Red+Green+Blue) = 165+135+82=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A58752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58752 is #5A78AD. Grayscale: #8A8A8A. Windows color (decimal): -5929134 or 5408677. OLE color: 5408677.
HSL color Cylindrical-coordinate representation of color #A58752: hue angle of 38.31º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A58752 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 135 | 82 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.35 |
| HSL | 38.31º | 0.34% | 0.48% | - |
| HSV(B) | 38.31º | 0.5% | 0.65% | - |
| XYZ | 25.7 | 25.94 | 11.63 | - |
| YUV | 137.93 | 96.44 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 82 | 0 | 0.18 | 0.50 | 0.35 | 38.31 | 0.34 | 0.48 |
| Hex | A5 | 87 | 52 | 0 | 12 | 32 | 23 | 26 | 22 | 30 |
| Octal | 245 | 207 | 122 | 0 | 22 | 62 | 43 | 46 | 42 | 60 |
| Binary | 10100101 | 10000111 | 1010010 | 0 | 10010 | 110010 | 100011 | 100110 | 100010 | 110000 |
Color Harmonies of #A58752
Complementary color
Monochromatic Colors of #A58752
Black with #A58752
Text Example
Text Example
White with #A58752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58752; }
p { color: rgb(165,135,82); }
H1.HeaderClassName
{
color: #A58752;
}
.AnyTagClassName
{
color: #A58752;
}
</style>
background-color css
<style>
a { background-color: #A58752; }
a { background-color: rgb(165,135,82); }
div.DivClassName
{
background-color: #A58752;
}
.BgClassName
{
background-color: #A58752;
}
</style>
border-color css
<style>
span { border-color: #A58752; }
span { border-color: rgb(165,135,82); }
td.TdClassName
{
border-color: #A58752;
}
.TagClassName
{
border-color: #A58752;
}
</style>