#A3955E

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

Shades of Gurkha #A3955E

Tints of Gurkha #A3955E

Color information

#A3955E (or 0xA3955E) is unknown color: approx Gurkha. HEX triplet: A3, 95 and 5E. RGB value is (163,149,94). Sum of RGB (Red+Green+Blue) = 163+149+94=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A3955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3955E is #5C6AA1. Grayscale: #939393. Windows color (decimal): -6056610 or 6198691. OLE color: 6198691.

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

Color convert

RGB16314994-
CMYK00.090.420.36
HSL47.83º27.27%50.39%-
HSV(B)47.83º42.33%63.92%-
XYZ27.8730.0914.93-
YUV146.9298.14139.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.15%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 94 (37.11% from 255) = 23.15%
R=40.15%
G=36.70%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631499400.090.420.3647.8327.2750.39
HexA3955E092A24301b32
Octal2432251360115244603362
Binary101000111001010110111100100110101010010011000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3955E; }

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

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

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

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

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

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

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

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