Shades of Afghan Tan #995A25
Tints of Afghan Tan #995A25
RGB
CMYK
RGB Variations
Color information
#995A25 (or 0x995A25) is known color: Afghan Tan. HEX triplet: 99, 5A and 25. RGB value is (153,90,37). Sum of RGB (Red+Green+Blue) = 153+90+37=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #995A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A25 is #66A5DA. Grayscale: #676767. Windows color (decimal): -6727131 or 2448025. OLE color: 2448025.
HSL color Cylindrical-coordinate representation of color #995A25: hue angle of 27.41º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #995A25 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 37 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.4 |
| HSL | 27.41º | 0.61% | 0.37% | - |
| HSV(B) | 27.41º | 0.76% | 0.6% | - |
| XYZ | 17.13 | 14.22 | 3.59 | - |
| YUV | 102.8 | 90.87 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 37 | 0 | 0.41 | 0.76 | 0.4 | 27.41 | 0.61 | 0.37 |
| Hex | 99 | 5A | 25 | 0 | 29 | 4C | 28 | 1B | 3D | 25 |
| Octal | 231 | 132 | 45 | 0 | 51 | 114 | 50 | 33 | 75 | 45 |
| Binary | 10011001 | 1011010 | 100101 | 0 | 101001 | 1001100 | 101000 | 11011 | 111101 | 100101 |
Color Harmonies of #995A25
Complementary color
Monochromatic Colors of #995A25
Black with #995A25
Text Example
Text Example
White with #995A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A25; }
p { color: rgb(153,90,37); }
H1.HeaderClassName
{
color: #995A25;
}
.AnyTagClassName
{
color: #995A25;
}
</style>
background-color css
<style>
a { background-color: #995A25; }
a { background-color: rgb(153,90,37); }
div.DivClassName
{
background-color: #995A25;
}
.BgClassName
{
background-color: #995A25;
}
</style>
border-color css
<style>
span { border-color: #995A25; }
span { border-color: rgb(153,90,37); }
td.TdClassName
{
border-color: #995A25;
}
.TagClassName
{
border-color: #995A25;
}
</style>