#A0945B

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

Shades of Gurkha #A0945B

Tints of Gurkha #A0945B

Color information

#A0945B (or 0xA0945B) is unknown color: approx Gurkha. HEX triplet: A0, 94 and 5B. RGB value is (160,148,91). Sum of RGB (Red+Green+Blue) = 160+148+91=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A0945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0945B is #5F6BA4. Grayscale: #919191. Windows color (decimal): -6253477 or 6001824. OLE color: 6001824.

HSL color Cylindrical-coordinate representation of color #A0945B: hue angle of 49.57º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0945B is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB16014891-
CMYK00.070.430.37
HSL49.57º27.49%49.22%-
HSV(B)49.57º43.13%62.75%-
XYZ26.9829.4114.15-
YUV145.0997.48138.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=40.10%
G=37.09%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601489100.070.430.3749.5727.4949.22
HexA0945B072B25321b31
Octal240224133075345623361
Binary10100000100101001011011011110101110010111001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0945B; }

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

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

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

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

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

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

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

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