#A1985D

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

Shades of Gurkha #A1985D

Tints of Gurkha #A1985D

Color information

#A1985D (or 0xA1985D) is unknown color: approx Gurkha. HEX triplet: A1, 98 and 5D. RGB value is (161,152,93). Sum of RGB (Red+Green+Blue) = 161+152+93=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A1985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1985D is #5E67A2. Grayscale: #949494. Windows color (decimal): -6186915 or 6133921. OLE color: 6133921.

HSL color Cylindrical-coordinate representation of color #A1985D: hue angle of 52.06º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1985D is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB16115293-
CMYK00.060.420.37
HSL52.06º26.77%49.8%-
HSV(B)52.06º42.24%63.14%-
XYZ27.930.8214.83-
YUV147.9696.98137.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=39.66%
G=37.44%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611529300.060.420.3752.0626.7749.8
HexA1985D062A25341b32
Octal241230135065245643362
Binary10100001100110001011101011010101010010111010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1985D; }

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

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

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

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

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

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

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

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