#A19663

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

Shades of Gurkha #A19663

Tints of Gurkha #A19663

Color information

#A19663 (or 0xA19663) is unknown color: approx Gurkha. HEX triplet: A1, 96 and 63. RGB value is (161,150,99). Sum of RGB (Red+Green+Blue) = 161+150+99=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A19663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19663 is #5E699C. Grayscale: #939393. Windows color (decimal): -6187421 or 6526625. OLE color: 6526625.

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

Color convert

RGB16115099-
CMYK00.070.390.37
HSL49.35º24.8%50.98%-
HSV(B)49.35º38.51%63.14%-
XYZ27.8630.2916.18-
YUV147.48100.64137.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 150 (58.98% from 255) = 36.59%
BLUE value IS 99 (39.06% from 255) = 24.15%
R=39.27%
G=36.59%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611509900.070.390.3749.3524.850.98
HexA19663072725311933
Octal241226143074745613163
Binary10100001100101101100011011110011110010111000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19663; }

 p { color: rgb(161,150,99); }

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

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

 a { background-color: rgb(161,150,99); }

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

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

 span { border-color: rgb(161,150,99); }

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