Shades of Afghan Tan #955A21
Tints of Afghan Tan #955A21
RGB
CMYK
RGB Variations
Color information
#955A21 (or 0x955A21) is known color: Afghan Tan. HEX triplet: 95, 5A and 21. RGB value is (149,90,33). Sum of RGB (Red+Green+Blue) = 149+90+33=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #955A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A21 is #6AA5DE. Grayscale: #656565. Windows color (decimal): -6989279 or 2185877. OLE color: 2185877.
HSL color Cylindrical-coordinate representation of color #955A21: hue angle of 29.48º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #955A21 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 33 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.42 |
| HSL | 29.48º | 0.64% | 0.36% | - |
| HSV(B) | 29.48º | 0.78% | 0.58% | - |
| XYZ | 16.33 | 13.81 | 3.24 | - |
| YUV | 101.14 | 89.55 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 33 | 0 | 0.40 | 0.78 | 0.42 | 29.48 | 0.64 | 0.36 |
| Hex | 95 | 5A | 21 | 0 | 28 | 4E | 2A | 1D | 40 | 24 |
| Octal | 225 | 132 | 41 | 0 | 50 | 116 | 52 | 35 | 100 | 44 |
| Binary | 10010101 | 1011010 | 100001 | 0 | 101000 | 1001110 | 101010 | 11101 | 1000000 | 100100 |
Color Harmonies of #955A21
Complementary color
Monochromatic Colors of #955A21
Black with #955A21
Text Example
Text Example
White with #955A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A21; }
p { color: rgb(149,90,33); }
H1.HeaderClassName
{
color: #955A21;
}
.AnyTagClassName
{
color: #955A21;
}
</style>
background-color css
<style>
a { background-color: #955A21; }
a { background-color: rgb(149,90,33); }
div.DivClassName
{
background-color: #955A21;
}
.BgClassName
{
background-color: #955A21;
}
</style>
border-color css
<style>
span { border-color: #955A21; }
span { border-color: rgb(149,90,33); }
td.TdClassName
{
border-color: #955A21;
}
.TagClassName
{
border-color: #955A21;
}
</style>