#A0946D

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

Shades of Gurkha #A0946D

Tints of Gurkha #A0946D

Color information

#A0946D (or 0xA0946D) is unknown color: approx Gurkha. HEX triplet: A0, 94 and 6D. RGB value is (160,148,109). Sum of RGB (Red+Green+Blue) = 160+148+109=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A0946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0946D is #5F6B92. Grayscale: #939393. Windows color (decimal): -6253459 or 7181472. OLE color: 7181472.

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

Color convert

RGB160148109-
CMYK00.070.320.37
HSL45.88º21.16%52.75%-
HSV(B)45.88º31.87%62.75%-
XYZ27.8529.7618.74-
YUV147.14106.48137.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.37%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 109 (42.97% from 255) = 26.14%
R=38.37%
G=35.49%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014810900.070.320.3745.8821.1652.75
HexA0946D0720252e1535
Octal240224155074045562565
Binary10100000100101001101101011110000010010110111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0946D; }

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

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

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

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

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

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

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

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