Shades of Afghan Tan #895A21
Tints of Afghan Tan #895A21
RGB
CMYK
RGB Variations
Color information
#895A21 (or 0x895A21) is known color: Afghan Tan. HEX triplet: 89, 5A and 21. RGB value is (137,90,33). Sum of RGB (Red+Green+Blue) = 137+90+33=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #895A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895A21 is #76A5DE. Grayscale: #616161. Windows color (decimal): -7775711 or 2185865. OLE color: 2185865.
HSL color Cylindrical-coordinate representation of color #895A21: hue angle of 32.88º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #895A21 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 90 | 33 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.46 |
| HSL | 32.88º | 0.61% | 0.33% | - |
| HSV(B) | 32.88º | 0.76% | 0.54% | - |
| XYZ | 14.25 | 12.74 | 3.15 | - |
| YUV | 97.56 | 91.57 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 33 | 0 | 0.34 | 0.76 | 0.46 | 32.88 | 0.61 | 0.33 |
| Hex | 89 | 5A | 21 | 0 | 22 | 4C | 2E | 21 | 3D | 21 |
| Octal | 211 | 132 | 41 | 0 | 42 | 114 | 56 | 41 | 75 | 41 |
| Binary | 10001001 | 1011010 | 100001 | 0 | 100010 | 1001100 | 101110 | 100001 | 111101 | 100001 |
Color Harmonies of #895A21
Complementary color
Monochromatic Colors of #895A21
Black with #895A21
Text Example
Text Example
White with #895A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A21; }
p { color: rgb(137,90,33); }
H1.HeaderClassName
{
color: #895A21;
}
.AnyTagClassName
{
color: #895A21;
}
</style>
background-color css
<style>
a { background-color: #895A21; }
a { background-color: rgb(137,90,33); }
div.DivClassName
{
background-color: #895A21;
}
.BgClassName
{
background-color: #895A21;
}
</style>
border-color css
<style>
span { border-color: #895A21; }
span { border-color: rgb(137,90,33); }
td.TdClassName
{
border-color: #895A21;
}
.TagClassName
{
border-color: #895A21;
}
</style>