Shades of Gurkha #A1946C
Tints of Gurkha #A1946C
RGB
CMYK
RGB Variations
Color information
#A1946C (or 0xA1946C) is known color: Gurkha. HEX triplet: A1, 94 and 6C. RGB value is (161,148,108). Sum of RGB (Red+Green+Blue) = 161+148+108=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A1946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1946C is #5E6B93. Grayscale: #939393. Windows color (decimal): -6187924 or 7115937. OLE color: 7115937.
HSL color Cylindrical-coordinate representation of color #A1946C: hue angle of 45.28º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1946C is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 108 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.37 |
| HSL | 45.28º | 0.22% | 0.53% | - |
| HSV(B) | 45.28º | 0.33% | 0.63% | - |
| XYZ | 27.99 | 29.84 | 18.47 | - |
| YUV | 147.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 108 | 0 | 0.08 | 0.33 | 0.37 | 45.28 | 0.22 | 0.53 |
| Hex | A1 | 94 | 6C | 0 | 8 | 21 | 25 | 2D | 16 | 35 |
| Octal | 241 | 224 | 154 | 0 | 10 | 41 | 45 | 55 | 26 | 65 |
| Binary | 10100001 | 10010100 | 1101100 | 0 | 1000 | 100001 | 100101 | 101101 | 10110 | 110101 |
Color Harmonies of #A1946C
Complementary color
Monochromatic Colors of #A1946C
Black with #A1946C
Text Example
Text Example
White with #A1946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1946C; }
p { color: rgb(161,148,108); }
H1.HeaderClassName
{
color: #A1946C;
}
.AnyTagClassName
{
color: #A1946C;
}
</style>
background-color css
<style>
a { background-color: #A1946C; }
a { background-color: rgb(161,148,108); }
div.DivClassName
{
background-color: #A1946C;
}
.BgClassName
{
background-color: #A1946C;
}
</style>
border-color css
<style>
span { border-color: #A1946C; }
span { border-color: rgb(161,148,108); }
td.TdClassName
{
border-color: #A1946C;
}
.TagClassName
{
border-color: #A1946C;
}
</style>