#A19862

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

Shades of Gurkha #A19862

Tints of Gurkha #A19862

Color information

#A19862 (or 0xA19862) is unknown color: approx Gurkha. HEX triplet: A1, 98 and 62. RGB value is (161,152,98). Sum of RGB (Red+Green+Blue) = 161+152+98=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A19862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19862 is #5E679D. Grayscale: #949494. Windows color (decimal): -6186910 or 6461601. OLE color: 6461601.

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

Color convert

RGB16115298-
CMYK00.060.390.37
HSL51.43º25.1%50.78%-
HSV(B)51.43º39.13%63.14%-
XYZ28.1330.9216.04-
YUV148.5499.48136.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 98 (38.67% from 255) = 23.84%
R=39.17%
G=36.98%
B=23.84%

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
Decimal1611529800.060.390.3751.4325.150.78
HexA19862062725331933
Octal241230142064745633163
Binary10100001100110001100010011010011110010111001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19862; }

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

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

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

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

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

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

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

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