#A19563

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

Shades of Gurkha #A19563

Tints of Gurkha #A19563

Color information

#A19563 (or 0xA19563) is unknown color: approx Gurkha. HEX triplet: A1, 95 and 63. RGB value is (161,149,99). Sum of RGB (Red+Green+Blue) = 161+149+99=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A19563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19563 is #5E6A9C. Grayscale: #939393. Windows color (decimal): -6187677 or 6526369. OLE color: 6526369.

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

Color convert

RGB16114999-
CMYK00.070.390.37
HSL48.39º24.8%50.98%-
HSV(B)48.39º38.51%63.14%-
XYZ27.729.9716.13-
YUV146.89100.98138.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 149 (58.59% from 255) = 36.43%
BLUE value IS 99 (39.06% from 255) = 24.21%
R=39.36%
G=36.43%
B=24.21%

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
Decimal1611499900.070.390.3748.3924.850.98
HexA19563072725301933
Octal241225143074745603163
Binary10100001100101011100011011110011110010111000011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19563; }

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

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

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

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

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

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

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

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