Shades of Afghan Tan #995A1C
Tints of Afghan Tan #995A1C
RGB
CMYK
RGB Variations
Color information
#995A1C (or 0x995A1C) is known color: Afghan Tan. HEX triplet: 99, 5A and 1C. RGB value is (153,90,28). Sum of RGB (Red+Green+Blue) = 153+90+28=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #995A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A1C is #66A5E3. Grayscale: #666666. Windows color (decimal): -6727140 or 1858201. OLE color: 1858201.
HSL color Cylindrical-coordinate representation of color #995A1C: hue angle of 29.76º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #995A1C is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 28 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.4 |
| HSL | 29.76º | 0.69% | 0.35% | - |
| HSV(B) | 29.76º | 0.82% | 0.6% | - |
| XYZ | 17 | 14.17 | 2.94 | - |
| YUV | 101.77 | 86.37 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 28 | 0 | 0.41 | 0.82 | 0.4 | 29.76 | 0.69 | 0.35 |
| Hex | 99 | 5A | 1C | 0 | 29 | 52 | 28 | 1E | 45 | 23 |
| Octal | 231 | 132 | 34 | 0 | 51 | 122 | 50 | 36 | 105 | 43 |
| Binary | 10011001 | 1011010 | 11100 | 0 | 101001 | 1010010 | 101000 | 11110 | 1000101 | 100011 |
Color Harmonies of #995A1C
Complementary color
Monochromatic Colors of #995A1C
Black with #995A1C
Text Example
Text Example
White with #995A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A1C; }
p { color: rgb(153,90,28); }
H1.HeaderClassName
{
color: #995A1C;
}
.AnyTagClassName
{
color: #995A1C;
}
</style>
background-color css
<style>
a { background-color: #995A1C; }
a { background-color: rgb(153,90,28); }
div.DivClassName
{
background-color: #995A1C;
}
.BgClassName
{
background-color: #995A1C;
}
</style>
border-color css
<style>
span { border-color: #995A1C; }
span { border-color: rgb(153,90,28); }
td.TdClassName
{
border-color: #995A1C;
}
.TagClassName
{
border-color: #995A1C;
}
</style>