Shades of Afghan Tan #975A1C
Tints of Afghan Tan #975A1C
RGB
CMYK
RGB Variations
Color information
#975A1C (or 0x975A1C) is known color: Afghan Tan. HEX triplet: 97, 5A and 1C. RGB value is (151,90,28). Sum of RGB (Red+Green+Blue) = 151+90+28=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #975A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975A1C is #68A5E3. Grayscale: #656565. Windows color (decimal): -6858212 or 1858199. OLE color: 1858199.
HSL color Cylindrical-coordinate representation of color #975A1C: hue angle of 30.24º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #975A1C is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 90 | 28 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.41 |
| HSL | 30.24º | 0.69% | 0.35% | - |
| HSV(B) | 30.24º | 0.81% | 0.59% | - |
| XYZ | 16.63 | 13.98 | 2.92 | - |
| YUV | 101.17 | 86.71 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 90 | 28 | 0 | 0.40 | 0.81 | 0.41 | 30.24 | 0.69 | 0.35 |
| Hex | 97 | 5A | 1C | 0 | 28 | 51 | 29 | 1E | 45 | 23 |
| Octal | 227 | 132 | 34 | 0 | 50 | 121 | 51 | 36 | 105 | 43 |
| Binary | 10010111 | 1011010 | 11100 | 0 | 101000 | 1010001 | 101001 | 11110 | 1000101 | 100011 |
Color Harmonies of #975A1C
Complementary color
Monochromatic Colors of #975A1C
Black with #975A1C
Text Example
Text Example
White with #975A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975A1C; }
p { color: rgb(151,90,28); }
H1.HeaderClassName
{
color: #975A1C;
}
.AnyTagClassName
{
color: #975A1C;
}
</style>
background-color css
<style>
a { background-color: #975A1C; }
a { background-color: rgb(151,90,28); }
div.DivClassName
{
background-color: #975A1C;
}
.BgClassName
{
background-color: #975A1C;
}
</style>
border-color css
<style>
span { border-color: #975A1C; }
span { border-color: rgb(151,90,28); }
td.TdClassName
{
border-color: #975A1C;
}
.TagClassName
{
border-color: #975A1C;
}
</style>