Shades of Gurkha #A1925F
Tints of Gurkha #A1925F
RGB
CMYK
RGB Variations
Color information
#A1925F (or 0xA1925F) is known color: Gurkha. HEX triplet: A1, 92 and 5F. RGB value is (161,146,95). Sum of RGB (Red+Green+Blue) = 161+146+95=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1925F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1925F is #5E6DA0. Grayscale: #909090. Windows color (decimal): -6188449 or 6263457. OLE color: 6263457.
HSL color Cylindrical-coordinate representation of color #A1925F: hue angle of 46.36º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1925F is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 95 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.37 |
| HSL | 46.36º | 0.26% | 0.5% | - |
| HSV(B) | 46.36º | 0.41% | 0.63% | - |
| XYZ | 27.04 | 28.96 | 14.99 | - |
| YUV | 144.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 95 | 0 | 0.09 | 0.41 | 0.37 | 46.36 | 0.26 | 0.5 |
| Hex | A1 | 92 | 5F | 0 | 9 | 29 | 25 | 2E | 1A | 32 |
| Octal | 241 | 222 | 137 | 0 | 11 | 51 | 45 | 56 | 32 | 62 |
| Binary | 10100001 | 10010010 | 1011111 | 0 | 1001 | 101001 | 100101 | 101110 | 11010 | 110010 |
Color Harmonies of #A1925F
Complementary color
Monochromatic Colors of #A1925F
Black with #A1925F
Text Example
Text Example
White with #A1925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1925F; }
p { color: rgb(161,146,95); }
H1.HeaderClassName
{
color: #A1925F;
}
.AnyTagClassName
{
color: #A1925F;
}
</style>
background-color css
<style>
a { background-color: #A1925F; }
a { background-color: rgb(161,146,95); }
div.DivClassName
{
background-color: #A1925F;
}
.BgClassName
{
background-color: #A1925F;
}
</style>
border-color css
<style>
span { border-color: #A1925F; }
span { border-color: rgb(161,146,95); }
td.TdClassName
{
border-color: #A1925F;
}
.TagClassName
{
border-color: #A1925F;
}
</style>