Shades of Afghan Tan #905F21
Tints of Afghan Tan #905F21
RGB
CMYK
RGB Variations
Color information
#905F21 (or 0x905F21) is known color: Afghan Tan. HEX triplet: 90, 5F and 21. RGB value is (144,95,33). Sum of RGB (Red+Green+Blue) = 144+95+33=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #905F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905F21 is #6FA0DE. Grayscale: #666666. Windows color (decimal): -7315679 or 2187152. OLE color: 2187152.
HSL color Cylindrical-coordinate representation of color #905F21: hue angle of 33.51º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #905F21 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 33 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.44 |
| HSL | 33.51º | 0.63% | 0.35% | - |
| HSV(B) | 33.51º | 0.77% | 0.56% | - |
| XYZ | 15.87 | 14.22 | 3.35 | - |
| YUV | 102.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 33 | 0 | 0.34 | 0.77 | 0.44 | 33.51 | 0.63 | 0.35 |
| Hex | 90 | 5F | 21 | 0 | 22 | 4D | 2C | 22 | 3F | 23 |
| Octal | 220 | 137 | 41 | 0 | 42 | 115 | 54 | 42 | 77 | 43 |
| Binary | 10010000 | 1011111 | 100001 | 0 | 100010 | 1001101 | 101100 | 100010 | 111111 | 100011 |
Color Harmonies of #905F21
Complementary color
Monochromatic Colors of #905F21
Black with #905F21
Text Example
Text Example
White with #905F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F21; }
p { color: rgb(144,95,33); }
H1.HeaderClassName
{
color: #905F21;
}
.AnyTagClassName
{
color: #905F21;
}
</style>
background-color css
<style>
a { background-color: #905F21; }
a { background-color: rgb(144,95,33); }
div.DivClassName
{
background-color: #905F21;
}
.BgClassName
{
background-color: #905F21;
}
</style>
border-color css
<style>
span { border-color: #905F21; }
span { border-color: rgb(144,95,33); }
td.TdClassName
{
border-color: #905F21;
}
.TagClassName
{
border-color: #905F21;
}
</style>