#A39460

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

Shades of Gurkha #A39460

Tints of Gurkha #A39460

Color information

#A39460 (or 0xA39460) is unknown color: approx Gurkha. HEX triplet: A3, 94 and 60. RGB value is (163,148,96). Sum of RGB (Red+Green+Blue) = 163+148+96=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A39460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39460 is #5C6B9F. Grayscale: #929292. Windows color (decimal): -6056864 or 6329507. OLE color: 6329507.

HSL color Cylindrical-coordinate representation of color #A39460: hue angle of 46.57º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A39460 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16314896-
CMYK00.090.410.36
HSL46.57º26.69%50.78%-
HSV(B)46.57º41.1%63.92%-
XYZ27.8129.8115.35-
YUV146.5699.47139.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=40.05%
G=36.36%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631489600.090.410.3646.5726.6950.78
HexA394600929242f1b33
Octal2432241400115144573363
Binary101000111001010011000000100110100110010010111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39460; }

 p { color: rgb(163,148,96); }

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

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

 a { background-color: rgb(163,148,96); }

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

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

 span { border-color: rgb(163,148,96); }

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