Shades of Afghan Tan #955A26
Tints of Afghan Tan #955A26
RGB
CMYK
RGB Variations
Color information
#955A26 (or 0x955A26) is known color: Afghan Tan. HEX triplet: 95, 5A and 26. RGB value is (149,90,38). Sum of RGB (Red+Green+Blue) = 149+90+38=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #955A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A26 is #6AA5D9. Grayscale: #656565. Windows color (decimal): -6989274 or 2513557. OLE color: 2513557.
HSL color Cylindrical-coordinate representation of color #955A26: hue angle of 28.11º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #955A26 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 38 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.42 |
| HSL | 28.11º | 0.59% | 0.37% | - |
| HSV(B) | 28.11º | 0.74% | 0.58% | - |
| XYZ | 16.4 | 13.84 | 3.64 | - |
| YUV | 101.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 38 | 0 | 0.40 | 0.74 | 0.42 | 28.11 | 0.59 | 0.37 |
| Hex | 95 | 5A | 26 | 0 | 28 | 4A | 2A | 1C | 3B | 25 |
| Octal | 225 | 132 | 46 | 0 | 50 | 112 | 52 | 34 | 73 | 45 |
| Binary | 10010101 | 1011010 | 100110 | 0 | 101000 | 1001010 | 101010 | 11100 | 111011 | 100101 |
Color Harmonies of #955A26
Complementary color
Monochromatic Colors of #955A26
Black with #955A26
Text Example
Text Example
White with #955A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A26; }
p { color: rgb(149,90,38); }
H1.HeaderClassName
{
color: #955A26;
}
.AnyTagClassName
{
color: #955A26;
}
</style>
background-color css
<style>
a { background-color: #955A26; }
a { background-color: rgb(149,90,38); }
div.DivClassName
{
background-color: #955A26;
}
.BgClassName
{
background-color: #955A26;
}
</style>
border-color css
<style>
span { border-color: #955A26; }
span { border-color: rgb(149,90,38); }
td.TdClassName
{
border-color: #955A26;
}
.TagClassName
{
border-color: #955A26;
}
</style>