#A49560

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

Shades of Gurkha #A49560

Tints of Gurkha #A49560

Color information

#A49560 (or 0xA49560) is unknown color: approx Gurkha. HEX triplet: A4, 95 and 60. RGB value is (164,149,96). Sum of RGB (Red+Green+Blue) = 164+149+96=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A49560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49560 is #5B6A9F. Grayscale: #939393. Windows color (decimal): -5991072 or 6329764. OLE color: 6329764.

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

Color convert

RGB16414996-
CMYK00.090.410.36
HSL46.76º27.2%50.98%-
HSV(B)46.76º41.46%64.31%-
XYZ28.1730.2315.42-
YUV147.4498.97139.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 149 (58.59% from 255) = 36.43%
BLUE value IS 96 (37.89% from 255) = 23.47%
R=40.10%
G=36.43%
B=23.47%

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
Decimal1641499600.090.410.3646.7627.250.98
HexA495600929242f1b33
Octal2442251400115144573363
Binary101001001001010111000000100110100110010010111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49560; }

 p { color: rgb(164,149,96); }

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

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

 a { background-color: rgb(164,149,96); }

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

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

 span { border-color: rgb(164,149,96); }

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