#A1945F

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

Shades of Gurkha #A1945F

Tints of Gurkha #A1945F

Color information

#A1945F (or 0xA1945F) is unknown color: approx Gurkha. HEX triplet: A1, 94 and 5F. RGB value is (161,148,95). Sum of RGB (Red+Green+Blue) = 161+148+95=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A1945F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1945F is #5E6BA0. Grayscale: #929292. Windows color (decimal): -6187937 or 6263969. OLE color: 6263969.

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

Color convert

RGB16114895-
CMYK00.080.410.37
HSL48.18º25.98%50.2%-
HSV(B)48.18º40.99%63.14%-
XYZ27.3529.5815.09-
YUV145.8499.31138.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 95 (37.5% from 255) = 23.51%
R=39.85%
G=36.63%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611489500.080.410.3748.1825.9850.2
HexA1945F082925301a32
Octal2412241370105145603262
Binary101000011001010010111110100010100110010111000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1945F; }

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

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

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

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

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

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

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

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