#A39365

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

Shades of Gurkha #A39365

Tints of Gurkha #A39365

Color information

#A39365 (or 0xA39365) is unknown color: approx Gurkha. HEX triplet: A3, 93 and 65. RGB value is (163,147,101). Sum of RGB (Red+Green+Blue) = 163+147+101=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A39365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39365 is #5C6C9A. Grayscale: #929292. Windows color (decimal): -6057115 or 6656931. OLE color: 6656931.

HSL color Cylindrical-coordinate representation of color #A39365: hue angle of 44.52º degrees, saturation: 0.25, 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 #A39365 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB163147101-
CMYK00.100.380.36
HSL44.52º25.2%51.76%-
HSV(B)44.52º38.04%63.92%-
XYZ27.8929.5916.55-
YUV146.54102.3139.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 147 (57.81% from 255) = 35.77%
BLUE value IS 101 (39.84% from 255) = 24.57%
R=39.66%
G=35.77%
B=24.57%

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
Decimal16314710100.100.380.3644.5225.251.76
HexA393650A26242d1934
Octal2432231450124644553164
Binary101000111001001111001010101010011010010010110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39365; }

 p { color: rgb(163,147,101); }

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

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

 a { background-color: rgb(163,147,101); }

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

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

 span { border-color: rgb(163,147,101); }

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