#A19361

Color #A19361 Gurkha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gurkha #A19361

Tints of Gurkha #A19361

Color information

#A19361 (or 0xA19361) is unknown color: approx Gurkha. HEX triplet: A1, 93 and 61. RGB value is (161,147,97). Sum of RGB (Red+Green+Blue) = 161+147+97=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A19361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19361 is #5E6C9E. Grayscale: #919191. Windows color (decimal): -6188191 or 6394785. OLE color: 6394785.

HSL color Cylindrical-coordinate representation of color #A19361: hue angle of 46.88º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A19361 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB16114797-
CMYK00.090.400.37
HSL46.88º25.4%50.59%-
HSV(B)46.88º39.75%63.14%-
XYZ27.2929.3115.53-
YUV145.49100.64139.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 39.75%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=39.75%
G=36.30%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611479700.090.400.3746.8825.450.59
HexA193610928252f1933
Octal2412231410115045573163
Binary101000011001001111000010100110100010010110111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19361; }

 p { color: rgb(161,147,97); }

 H1.HeaderClassName
 {
   color: #A19361;
 }
 .AnyTagClassName
 {
   color: #A19361;
 }
</style>
background-color css

<style>
 a { background-color: #A19361; }

 a { background-color: rgb(161,147,97); }

 div.DivClassName
 {
   background-color: #A19361;
 }
 .BgClassName
 {
   background-color: #A19361;
 }
</style>
border-color css

<style>
 span { border-color: #A19361; }

 span { border-color: rgb(161,147,97); }

 td.TdClassName
 {
   border-color: #A19361;
 }
 .TagClassName
 {
   border-color: #A19361;
 }
</style>