#A49763

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

Shades of Gurkha #A49763

Tints of Gurkha #A49763

Color information

#A49763 (or 0xA49763) is unknown color: approx Gurkha. HEX triplet: A4, 97 and 63. RGB value is (164,151,99). Sum of RGB (Red+Green+Blue) = 164+151+99=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A49763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49763 is #5B689C. Grayscale: #959595. Windows color (decimal): -5990557 or 6526884. OLE color: 6526884.

HSL color Cylindrical-coordinate representation of color #A49763: hue angle of 48º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A49763 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16415199-
CMYK00.080.400.36
HSL48º26.32%51.57%-
HSV(B)48º39.63%64.31%-
XYZ28.6330.9316.26-
YUV148.9699.81138.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 151 (59.38% from 255) = 36.47%
BLUE value IS 99 (39.06% from 255) = 23.91%
R=39.61%
G=36.47%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641519900.080.400.364826.3251.57
HexA49763082824301a34
Octal2442271430105044603264
Binary101001001001011111000110100010100010010011000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49763; }

 p { color: rgb(164,151,99); }

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

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

 a { background-color: rgb(164,151,99); }

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

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

 span { border-color: rgb(164,151,99); }

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