#A3965E

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

Shades of Gurkha #A3965E

Tints of Gurkha #A3965E

Color information

#A3965E (or 0xA3965E) is unknown color: approx Gurkha. HEX triplet: A3, 96 and 5E. RGB value is (163,150,94). Sum of RGB (Red+Green+Blue) = 163+150+94=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3965E is #5C69A1. Grayscale: #939393. Windows color (decimal): -6056354 or 6198947. OLE color: 6198947.

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

Color convert

RGB16315094-
CMYK00.080.420.36
HSL48.7º27.27%50.39%-
HSV(B)48.7º42.33%63.92%-
XYZ28.0330.4114.98-
YUV147.597.81139.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 150 (58.98% from 255) = 36.86%
BLUE value IS 94 (37.11% from 255) = 23.10%
R=40.05%
G=36.86%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631509400.080.420.3648.727.2750.39
HexA3965E082A24311b32
Octal2432261360105244613362
Binary101000111001011010111100100010101010010011000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3965E; }

 p { color: rgb(163,150,94); }

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

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

 a { background-color: rgb(163,150,94); }

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

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

 span { border-color: rgb(163,150,94); }

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