#A1945D

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

Shades of Gurkha #A1945D

Tints of Gurkha #A1945D

Color information

#A1945D (or 0xA1945D) is unknown color: approx Gurkha. HEX triplet: A1, 94 and 5D. RGB value is (161,148,93). Sum of RGB (Red+Green+Blue) = 161+148+93=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1945D is #5E6BA2. Grayscale: #919191. Windows color (decimal): -6187939 or 6132897. OLE color: 6132897.

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

Color convert

RGB16114893-
CMYK00.080.420.37
HSL48.53º26.77%49.8%-
HSV(B)48.53º42.24%63.14%-
XYZ27.2629.5514.62-
YUV145.6298.31138.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 93 (36.72% from 255) = 23.13%
R=40.05%
G=36.82%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611489300.080.420.3748.5326.7749.8
HexA1945D082A25311b32
Octal2412241350105245613362
Binary101000011001010010111010100010101010010111000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1945D; }

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

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

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

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

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

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

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

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