#A0945D

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

Shades of Gurkha #A0945D

Tints of Gurkha #A0945D

Color information

#A0945D (or 0xA0945D) is unknown color: approx Gurkha. HEX triplet: A0, 94 and 5D. RGB value is (160,148,93). Sum of RGB (Red+Green+Blue) = 160+148+93=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0945D is #5F6BA2. Grayscale: #919191. Windows color (decimal): -6253475 or 6132896. OLE color: 6132896.

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

Color convert

RGB16014893-
CMYK00.070.420.37
HSL49.25º26.48%49.61%-
HSV(B)49.25º41.87%62.75%-
XYZ27.0629.4414.61-
YUV145.3298.48138.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.90%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 93 (36.72% from 255) = 23.19%
R=39.90%
G=36.91%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601489300.070.420.3749.2526.4849.61
HexA0945D072A25311a32
Octal240224135075245613262
Binary10100000100101001011101011110101010010111000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0945D; }

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

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

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

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

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

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

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

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