#A1935F

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

Shades of Gurkha #A1935F

Tints of Gurkha #A1935F

Color information

#A1935F (or 0xA1935F) is unknown color: approx Gurkha. HEX triplet: A1, 93 and 5F. RGB value is (161,147,95). Sum of RGB (Red+Green+Blue) = 161+147+95=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A1935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1935F is #5E6CA0. Grayscale: #919191. Windows color (decimal): -6188193 or 6263713. OLE color: 6263713.

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

Color convert

RGB16114795-
CMYK00.090.410.37
HSL47.27º25.98%50.2%-
HSV(B)47.27º40.99%63.14%-
XYZ27.229.2715.04-
YUV145.2699.64139.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 95 (37.5% from 255) = 23.57%
R=39.95%
G=36.48%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611479500.090.410.3747.2725.9850.2
HexA1935F0929252f1a32
Octal2412231370115145573262
Binary101000011001001110111110100110100110010110111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1935F; }

 p { color: rgb(161,147,95); }

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

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

 a { background-color: rgb(161,147,95); }

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

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

 span { border-color: rgb(161,147,95); }

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