#A1975F

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

Shades of Gurkha #A1975F

Tints of Gurkha #A1975F

Color information

#A1975F (or 0xA1975F) is unknown color: approx Gurkha. HEX triplet: A1, 97 and 5F. RGB value is (161,151,95). Sum of RGB (Red+Green+Blue) = 161+151+95=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A1975F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1975F is #5E68A0. Grayscale: #939393. Windows color (decimal): -6187169 or 6264737. OLE color: 6264737.

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

Color convert

RGB16115195-
CMYK00.060.410.37
HSL50.91º25.98%50.2%-
HSV(B)50.91º40.99%63.14%-
XYZ27.8330.5415.25-
YUV147.6198.31137.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.56%
GREEN value IS 151 (59.38% from 255) = 37.10%
BLUE value IS 95 (37.5% from 255) = 23.34%
R=39.56%
G=37.10%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611519500.060.410.3750.9125.9850.2
HexA1975F062925331a32
Octal241227137065145633262
Binary10100001100101111011111011010100110010111001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1975F; }

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

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

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

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

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

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

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

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