Shades of Afghan Tan #915A18
Tints of Afghan Tan #915A18
RGB
CMYK
RGB Variations
Color information
#915A18 (or 0x915A18) is known color: Afghan Tan. HEX triplet: 91, 5A and 18. RGB value is (145,90,24). Sum of RGB (Red+Green+Blue) = 145+90+24=259 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.98% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 145 - color contains mainly: red. Hex color #915A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915A18 is #6EA5E7. Grayscale: #636363. Windows color (decimal): -7251432 or 1596049. OLE color: 1596049.
HSL color Cylindrical-coordinate representation of color #915A18: hue angle of 32.73º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #915A18 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 24 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.43 |
| HSL | 32.73º | 0.72% | 0.33% | - |
| HSV(B) | 32.73º | 0.83% | 0.57% | - |
| XYZ | 15.5 | 13.4 | 2.63 | - |
| YUV | 98.92 | 85.72 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 24 | 0 | 0.38 | 0.83 | 0.43 | 32.73 | 0.72 | 0.33 |
| Hex | 91 | 5A | 18 | 0 | 26 | 53 | 2B | 21 | 48 | 21 |
| Octal | 221 | 132 | 30 | 0 | 46 | 123 | 53 | 41 | 110 | 41 |
| Binary | 10010001 | 1011010 | 11000 | 0 | 100110 | 1010011 | 101011 | 100001 | 1001000 | 100001 |
Color Harmonies of #915A18
Complementary color
Monochromatic Colors of #915A18
Black with #915A18
Text Example
Text Example
White with #915A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A18; }
p { color: rgb(145,90,24); }
H1.HeaderClassName
{
color: #915A18;
}
.AnyTagClassName
{
color: #915A18;
}
</style>
background-color css
<style>
a { background-color: #915A18; }
a { background-color: rgb(145,90,24); }
div.DivClassName
{
background-color: #915A18;
}
.BgClassName
{
background-color: #915A18;
}
</style>
border-color css
<style>
span { border-color: #915A18; }
span { border-color: rgb(145,90,24); }
td.TdClassName
{
border-color: #915A18;
}
.TagClassName
{
border-color: #915A18;
}
</style>