#A19260

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

Shades of Gurkha #A19260

Tints of Gurkha #A19260

Color information

#A19260 (or 0xA19260) is unknown color: approx Gurkha. HEX triplet: A1, 92 and 60. RGB value is (161,146,96). Sum of RGB (Red+Green+Blue) = 161+146+96=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A19260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19260 is #5E6D9F. Grayscale: #919191. Windows color (decimal): -6188448 or 6328993. OLE color: 6328993.

HSL color Cylindrical-coordinate representation of color #A19260: hue angle of 46.15º 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 #A19260 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB16114696-
CMYK00.090.400.37
HSL46.15º25.69%50.39%-
HSV(B)46.15º40.37%63.14%-
XYZ27.0928.9815.23-
YUV144.78100.47139.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 96 (37.89% from 255) = 23.82%
R=39.95%
G=36.23%
B=23.82%

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
Decimal1611469600.090.400.3746.1525.6950.39
HexA192600928252e1a32
Octal2412221400115045563262
Binary101000011001001011000000100110100010010110111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19260; }

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

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

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

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

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

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

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

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