Shades of Afghan Tan #905A24
Tints of Afghan Tan #905A24
RGB
CMYK
RGB Variations
Color information
#905A24 (or 0x905A24) is known color: Afghan Tan. HEX triplet: 90, 5A and 24. RGB value is (144,90,36). Sum of RGB (Red+Green+Blue) = 144+90+36=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #905A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905A24 is #6FA5DB. Grayscale: #646464. Windows color (decimal): -7316956 or 2382480. OLE color: 2382480.
HSL color Cylindrical-coordinate representation of color #905A24: hue angle of 30º 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 #905A24 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 90 | 36 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.44 |
| HSL | 30º | 0.6% | 0.35% | - |
| HSV(B) | 30º | 0.75% | 0.56% | - |
| XYZ | 15.48 | 13.37 | 3.43 | - |
| YUV | 99.99 | 91.89 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 36 | 0 | 0.37 | 0.75 | 0.44 | 30 | 0.6 | 0.35 |
| Hex | 90 | 5A | 24 | 0 | 25 | 4B | 2C | 1E | 3C | 23 |
| Octal | 220 | 132 | 44 | 0 | 45 | 113 | 54 | 36 | 74 | 43 |
| Binary | 10010000 | 1011010 | 100100 | 0 | 100101 | 1001011 | 101100 | 11110 | 111100 | 100011 |
Color Harmonies of #905A24
Complementary color
Monochromatic Colors of #905A24
Black with #905A24
Text Example
Text Example
White with #905A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905A24; }
p { color: rgb(144,90,36); }
H1.HeaderClassName
{
color: #905A24;
}
.AnyTagClassName
{
color: #905A24;
}
</style>
background-color css
<style>
a { background-color: #905A24; }
a { background-color: rgb(144,90,36); }
div.DivClassName
{
background-color: #905A24;
}
.BgClassName
{
background-color: #905A24;
}
</style>
border-color css
<style>
span { border-color: #905A24; }
span { border-color: rgb(144,90,36); }
td.TdClassName
{
border-color: #905A24;
}
.TagClassName
{
border-color: #905A24;
}
</style>