#A19963

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

Shades of Gurkha #A19963

Tints of Gurkha #A19963

Color information

#A19963 (or 0xA19963) is unknown color: approx Gurkha. HEX triplet: A1, 99 and 63. RGB value is (161,153,99). Sum of RGB (Red+Green+Blue) = 161+153+99=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A19963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19963 is #5E669C. Grayscale: #959595. Windows color (decimal): -6186653 or 6527393. OLE color: 6527393.

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

Color convert

RGB16115399-
CMYK00.050.390.37
HSL52.26º24.8%50.98%-
HSV(B)52.26º38.51%63.14%-
XYZ28.3431.2616.34-
YUV149.2499.65136.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 153 (60.16% from 255) = 37.05%
BLUE value IS 99 (39.06% from 255) = 23.97%
R=38.98%
G=37.05%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611539900.050.390.3752.2624.850.98
HexA19963052725341933
Octal241231143054745643163
Binary10100001100110011100011010110011110010111010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19963; }

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

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

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

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

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

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

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

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