#A0945E

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

Shades of Gurkha #A0945E

Tints of Gurkha #A0945E

Color information

#A0945E (or 0xA0945E) is unknown color: approx Gurkha. HEX triplet: A0, 94 and 5E. RGB value is (160,148,94). Sum of RGB (Red+Green+Blue) = 160+148+94=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A0945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0945E is #5F6BA1. Grayscale: #919191. Windows color (decimal): -6253474 or 6198432. OLE color: 6198432.

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

Color convert

RGB16014894-
CMYK00.070.410.37
HSL49.09º25.98%49.8%-
HSV(B)49.09º41.25%62.75%-
XYZ27.1129.4614.85-
YUV145.4398.98138.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.80%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=39.80%
G=36.82%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601489400.070.410.3749.0925.9849.8
HexA0945E072925311a32
Octal240224136075145613262
Binary10100000100101001011110011110100110010111000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0945E; }

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

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

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

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

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

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

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

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