#A1985F

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

Shades of Gurkha #A1985F

Tints of Gurkha #A1985F

Color information

#A1985F (or 0xA1985F) is unknown color: approx Gurkha. HEX triplet: A1, 98 and 5F. RGB value is (161,152,95). Sum of RGB (Red+Green+Blue) = 161+152+95=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A1985F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1985F is #5E67A0. Grayscale: #949494. Windows color (decimal): -6186913 or 6264993. OLE color: 6264993.

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

Color convert

RGB16115295-
CMYK00.060.410.37
HSL51.82º25.98%50.2%-
HSV(B)51.82º40.99%63.14%-
XYZ27.9930.8615.31-
YUV148.1997.98137.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.46%
GREEN value IS 152 (59.77% from 255) = 37.25%
BLUE value IS 95 (37.5% from 255) = 23.28%
R=39.46%
G=37.25%
B=23.28%

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
Decimal1611529500.060.410.3751.8225.9850.2
HexA1985F062925341a32
Octal241230137065145643262
Binary10100001100110001011111011010100110010111010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1985F; }

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

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

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

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

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

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

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

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