Shades of Teak #A4905A
Tints of Teak #A4905A
RGB
CMYK
RGB Variations
Color information
#A4905A (or 0xA4905A) is known color: Teak. HEX triplet: A4, 90 and 5A. RGB value is (164,144,90). Sum of RGB (Red+Green+Blue) = 164+144+90=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A4905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4905A is #5B6FA5. Grayscale: #909090. Windows color (decimal): -5992358 or 5935268. OLE color: 5935268.
HSL color Cylindrical-coordinate representation of color #A4905A: hue angle of 43.78º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4905A is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 144 | 90 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.36 |
| HSL | 43.78º | 0.29% | 0.5% | - |
| HSV(B) | 43.78º | 0.45% | 0.64% | - |
| XYZ | 27.13 | 28.58 | 13.76 | - |
| YUV | 143.82 | 97.63 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 90 | 0 | 0.12 | 0.45 | 0.36 | 43.78 | 0.29 | 0.5 |
| Hex | A4 | 90 | 5A | 0 | C | 2D | 24 | 2C | 1D | 32 |
| Octal | 244 | 220 | 132 | 0 | 14 | 55 | 44 | 54 | 35 | 62 |
| Binary | 10100100 | 10010000 | 1011010 | 0 | 1100 | 101101 | 100100 | 101100 | 11101 | 110010 |
Color Harmonies of #A4905A
Complementary color
Monochromatic Colors of #A4905A
Black with #A4905A
Text Example
Text Example
White with #A4905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4905A; }
p { color: rgb(164,144,90); }
H1.HeaderClassName
{
color: #A4905A;
}
.AnyTagClassName
{
color: #A4905A;
}
</style>
background-color css
<style>
a { background-color: #A4905A; }
a { background-color: rgb(164,144,90); }
div.DivClassName
{
background-color: #A4905A;
}
.BgClassName
{
background-color: #A4905A;
}
</style>
border-color css
<style>
span { border-color: #A4905A; }
span { border-color: rgb(164,144,90); }
td.TdClassName
{
border-color: #A4905A;
}
.TagClassName
{
border-color: #A4905A;
}
</style>