Shades of Afghan Tan #915A28
Tints of Afghan Tan #915A28
RGB
CMYK
RGB Variations
Color information
#915A28 (or 0x915A28) is known color: Afghan Tan. HEX triplet: 91, 5A and 28. RGB value is (145,90,40). Sum of RGB (Red+Green+Blue) = 145+90+40=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #915A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915A28 is #6EA5D7. Grayscale: #656565. Windows color (decimal): -7251416 or 2644625. OLE color: 2644625.
HSL color Cylindrical-coordinate representation of color #915A28: hue angle of 28.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #915A28 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 40 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.43 |
| HSL | 28.57º | 0.57% | 0.36% | - |
| HSV(B) | 28.57º | 0.72% | 0.57% | - |
| XYZ | 15.72 | 13.49 | 3.78 | - |
| YUV | 100.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 40 | 0 | 0.38 | 0.72 | 0.43 | 28.57 | 0.57 | 0.36 |
| Hex | 91 | 5A | 28 | 0 | 26 | 48 | 2B | 1D | 39 | 24 |
| Octal | 221 | 132 | 50 | 0 | 46 | 110 | 53 | 35 | 71 | 44 |
| Binary | 10010001 | 1011010 | 101000 | 0 | 100110 | 1001000 | 101011 | 11101 | 111001 | 100100 |
Color Harmonies of #915A28
Complementary color
Monochromatic Colors of #915A28
Black with #915A28
Text Example
Text Example
White with #915A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A28; }
p { color: rgb(145,90,40); }
H1.HeaderClassName
{
color: #915A28;
}
.AnyTagClassName
{
color: #915A28;
}
</style>
background-color css
<style>
a { background-color: #915A28; }
a { background-color: rgb(145,90,40); }
div.DivClassName
{
background-color: #915A28;
}
.BgClassName
{
background-color: #915A28;
}
</style>
border-color css
<style>
span { border-color: #915A28; }
span { border-color: rgb(145,90,40); }
td.TdClassName
{
border-color: #915A28;
}
.TagClassName
{
border-color: #915A28;
}
</style>