#A0945A

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

Shades of Gurkha #A0945A

Tints of Gurkha #A0945A

Color information

#A0945A (or 0xA0945A) is unknown color: approx Gurkha. HEX triplet: A0, 94 and 5A. RGB value is (160,148,90). Sum of RGB (Red+Green+Blue) = 160+148+90=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A0945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0945A is #5F6BA5. Grayscale: #919191. Windows color (decimal): -6253478 or 5936288. OLE color: 5936288.

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

Color convert

RGB16014890-
CMYK00.070.440.37
HSL49.71º28%49.02%-
HSV(B)49.71º43.75%62.75%-
XYZ26.9329.3913.93-
YUV144.9896.98138.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.20%
GREEN value IS 148 (58.20% from 255) = 37.19%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=40.20%
G=37.19%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601489000.070.440.3749.712849.02
HexA0945A072C25321c31
Octal240224132075445623461
Binary10100000100101001011010011110110010010111001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0945A; }

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

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

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

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

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

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

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

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