Shades of Afghan Tan #995A21
Tints of Afghan Tan #995A21
RGB
CMYK
RGB Variations
Color information
#995A21 (or 0x995A21) is known color: Afghan Tan. HEX triplet: 99, 5A and 21. RGB value is (153,90,33). Sum of RGB (Red+Green+Blue) = 153+90+33=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #995A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A21 is #66A5DE. Grayscale: #666666. Windows color (decimal): -6727135 or 2185881. OLE color: 2185881.
HSL color Cylindrical-coordinate representation of color #995A21: hue angle of 28.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #995A21 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 33 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.4 |
| HSL | 28.5º | 0.65% | 0.36% | - |
| HSV(B) | 28.5º | 0.78% | 0.6% | - |
| XYZ | 17.07 | 14.19 | 3.28 | - |
| YUV | 102.34 | 88.87 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 33 | 0 | 0.41 | 0.78 | 0.4 | 28.5 | 0.65 | 0.36 |
| Hex | 99 | 5A | 21 | 0 | 29 | 4E | 28 | 1C | 41 | 24 |
| Octal | 231 | 132 | 41 | 0 | 51 | 116 | 50 | 34 | 101 | 44 |
| Binary | 10011001 | 1011010 | 100001 | 0 | 101001 | 1001110 | 101000 | 11100 | 1000001 | 100100 |
Color Harmonies of #995A21
Complementary color
Monochromatic Colors of #995A21
Black with #995A21
Text Example
Text Example
White with #995A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A21; }
p { color: rgb(153,90,33); }
H1.HeaderClassName
{
color: #995A21;
}
.AnyTagClassName
{
color: #995A21;
}
</style>
background-color css
<style>
a { background-color: #995A21; }
a { background-color: rgb(153,90,33); }
div.DivClassName
{
background-color: #995A21;
}
.BgClassName
{
background-color: #995A21;
}
</style>
border-color css
<style>
span { border-color: #995A21; }
span { border-color: rgb(153,90,33); }
td.TdClassName
{
border-color: #995A21;
}
.TagClassName
{
border-color: #995A21;
}
</style>