Shades of Afghan Tan #925A19
Tints of Afghan Tan #925A19
RGB
CMYK
RGB Variations
Color information
#925A19 (or 0x925A19) is known color: Afghan Tan. HEX triplet: 92, 5A and 19. RGB value is (146,90,25). Sum of RGB (Red+Green+Blue) = 146+90+25=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #925A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925A19 is #6DA5E6. Grayscale: #636363. Windows color (decimal): -7185895 or 1661586. OLE color: 1661586.
HSL color Cylindrical-coordinate representation of color #925A19: hue angle of 32.23º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #925A19 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 90 | 25 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.43 |
| HSL | 32.23º | 0.71% | 0.34% | - |
| HSV(B) | 32.23º | 0.83% | 0.57% | - |
| XYZ | 15.69 | 13.49 | 2.7 | - |
| YUV | 99.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 25 | 0 | 0.38 | 0.83 | 0.43 | 32.23 | 0.71 | 0.34 |
| Hex | 92 | 5A | 19 | 0 | 26 | 53 | 2B | 20 | 47 | 22 |
| Octal | 222 | 132 | 31 | 0 | 46 | 123 | 53 | 40 | 107 | 42 |
| Binary | 10010010 | 1011010 | 11001 | 0 | 100110 | 1010011 | 101011 | 100000 | 1000111 | 100010 |
Color Harmonies of #925A19
Complementary color
Monochromatic Colors of #925A19
Black with #925A19
Text Example
Text Example
White with #925A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925A19; }
p { color: rgb(146,90,25); }
H1.HeaderClassName
{
color: #925A19;
}
.AnyTagClassName
{
color: #925A19;
}
</style>
background-color css
<style>
a { background-color: #925A19; }
a { background-color: rgb(146,90,25); }
div.DivClassName
{
background-color: #925A19;
}
.BgClassName
{
background-color: #925A19;
}
</style>
border-color css
<style>
span { border-color: #925A19; }
span { border-color: rgb(146,90,25); }
td.TdClassName
{
border-color: #925A19;
}
.TagClassName
{
border-color: #925A19;
}
</style>