#A49465

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

Shades of Gurkha #A49465

Tints of Gurkha #A49465

Color information

#A49465 (or 0xA49465) is unknown color: approx Gurkha. HEX triplet: A4, 94 and 65. RGB value is (164,148,101). Sum of RGB (Red+Green+Blue) = 164+148+101=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A49465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49465 is #5B6B9A. Grayscale: #939393. Windows color (decimal): -5991323 or 6657188. OLE color: 6657188.

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

Color convert

RGB164148101-
CMYK00.100.380.36
HSL44.76º25.71%51.96%-
HSV(B)44.76º38.41%64.31%-
XYZ28.2530.0116.62-
YUV147.43101.8139.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 101 (39.84% from 255) = 24.46%
R=39.71%
G=35.84%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414810100.100.380.3644.7625.7151.96
HexA494650A26242d1a34
Octal2442241450124644553264
Binary101001001001010011001010101010011010010010110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49465; }

 p { color: rgb(164,148,101); }

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

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

 a { background-color: rgb(164,148,101); }

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

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

 span { border-color: rgb(164,148,101); }

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