Shades of Afghan Tan #905F24
Tints of Afghan Tan #905F24
RGB
CMYK
RGB Variations
Color information
#905F24 (or 0x905F24) is known color: Afghan Tan. HEX triplet: 90, 5F and 24. RGB value is (144,95,36). Sum of RGB (Red+Green+Blue) = 144+95+36=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #905F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905F24 is #6FA0DB. Grayscale: #676767. Windows color (decimal): -7315676 or 2383760. OLE color: 2383760.
HSL color Cylindrical-coordinate representation of color #905F24: hue angle of 32.78º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #905F24 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 36 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.44 |
| HSL | 32.78º | 0.6% | 0.35% | - |
| HSV(B) | 32.78º | 0.75% | 0.56% | - |
| XYZ | 15.91 | 14.24 | 3.58 | - |
| YUV | 102.93 | 90.23 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 36 | 0 | 0.34 | 0.75 | 0.44 | 32.78 | 0.6 | 0.35 |
| Hex | 90 | 5F | 24 | 0 | 22 | 4B | 2C | 21 | 3C | 23 |
| Octal | 220 | 137 | 44 | 0 | 42 | 113 | 54 | 41 | 74 | 43 |
| Binary | 10010000 | 1011111 | 100100 | 0 | 100010 | 1001011 | 101100 | 100001 | 111100 | 100011 |
Color Harmonies of #905F24
Complementary color
Monochromatic Colors of #905F24
Black with #905F24
Text Example
Text Example
White with #905F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F24; }
p { color: rgb(144,95,36); }
H1.HeaderClassName
{
color: #905F24;
}
.AnyTagClassName
{
color: #905F24;
}
</style>
background-color css
<style>
a { background-color: #905F24; }
a { background-color: rgb(144,95,36); }
div.DivClassName
{
background-color: #905F24;
}
.BgClassName
{
background-color: #905F24;
}
</style>
border-color css
<style>
span { border-color: #905F24; }
span { border-color: rgb(144,95,36); }
td.TdClassName
{
border-color: #905F24;
}
.TagClassName
{
border-color: #905F24;
}
</style>