#A19863

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

Shades of Gurkha #A19863

Tints of Gurkha #A19863

Color information

#A19863 (or 0xA19863) is unknown color: approx Gurkha. HEX triplet: A1, 98 and 63. RGB value is (161,152,99). Sum of RGB (Red+Green+Blue) = 161+152+99=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A19863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19863 is #5E679C. Grayscale: #949494. Windows color (decimal): -6186909 or 6527137. OLE color: 6527137.

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

Color convert

RGB16115299-
CMYK00.060.390.37
HSL51.29º24.8%50.98%-
HSV(B)51.29º38.51%63.14%-
XYZ28.1830.9316.29-
YUV148.6599.98136.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 152 (59.77% from 255) = 36.89%
BLUE value IS 99 (39.06% from 255) = 24.03%
R=39.08%
G=36.89%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611529900.060.390.3751.2924.850.98
HexA19863062725331933
Octal241230143064745633163
Binary10100001100110001100011011010011110010111001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19863; }

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

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

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

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

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

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

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

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