#A19560

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

Shades of Gurkha #A19560

Tints of Gurkha #A19560

Color information

#A19560 (or 0xA19560) is unknown color: approx Gurkha. HEX triplet: A1, 95 and 60. RGB value is (161,149,96). Sum of RGB (Red+Green+Blue) = 161+149+96=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A19560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19560 is #5E6A9F. Grayscale: #929292. Windows color (decimal): -6187680 or 6329761. OLE color: 6329761.

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

Color convert

RGB16114996-
CMYK00.070.400.37
HSL48.92º25.69%50.39%-
HSV(B)48.92º40.37%63.14%-
XYZ27.5629.9215.39-
YUV146.5599.48138.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=39.66%
G=36.70%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611499600.070.400.3748.9225.6950.39
HexA19560072825311a32
Octal241225140075045613262
Binary10100001100101011100000011110100010010111000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19560; }

 p { color: rgb(161,149,96); }

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

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

 a { background-color: rgb(161,149,96); }

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

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

 span { border-color: rgb(161,149,96); }

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