Shades of Teak #A88458
Tints of Teak #A88458
RGB
CMYK
RGB Variations
Color information
#A88458 (or 0xA88458) is known color: Teak. HEX triplet: A8, 84 and 58. RGB value is (168,132,88). Sum of RGB (Red+Green+Blue) = 168+132+88=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A88458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88458 is #577BA7. Grayscale: #898989. Windows color (decimal): -5733288 or 5801128. OLE color: 5801128.
HSL color Cylindrical-coordinate representation of color #A88458: hue angle of 33º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A88458 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 88 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.34 |
| HSL | 33º | 0.31% | 0.5% | - |
| HSV(B) | 33º | 0.48% | 0.66% | - |
| XYZ | 26.16 | 25.53 | 12.78 | - |
| YUV | 137.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 88 | 0 | 0.21 | 0.48 | 0.34 | 33 | 0.31 | 0.5 |
| Hex | A8 | 84 | 58 | 0 | 15 | 30 | 22 | 21 | 1F | 32 |
| Octal | 250 | 204 | 130 | 0 | 25 | 60 | 42 | 41 | 37 | 62 |
| Binary | 10101000 | 10000100 | 1011000 | 0 | 10101 | 110000 | 100010 | 100001 | 11111 | 110010 |
Color Harmonies of #A88458
Complementary color
Monochromatic Colors of #A88458
Black with #A88458
Text Example
Text Example
White with #A88458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88458; }
p { color: rgb(168,132,88); }
H1.HeaderClassName
{
color: #A88458;
}
.AnyTagClassName
{
color: #A88458;
}
</style>
background-color css
<style>
a { background-color: #A88458; }
a { background-color: rgb(168,132,88); }
div.DivClassName
{
background-color: #A88458;
}
.BgClassName
{
background-color: #A88458;
}
</style>
border-color css
<style>
span { border-color: #A88458; }
span { border-color: rgb(168,132,88); }
td.TdClassName
{
border-color: #A88458;
}
.TagClassName
{
border-color: #A88458;
}
</style>