#A3945F

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

Shades of Gurkha #A3945F

Tints of Gurkha #A3945F

Color information

#A3945F (or 0xA3945F) is unknown color: approx Gurkha. HEX triplet: A3, 94 and 5F. RGB value is (163,148,95). Sum of RGB (Red+Green+Blue) = 163+148+95=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A3945F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3945F is #5C6BA0. Grayscale: #929292. Windows color (decimal): -6056865 or 6263971. OLE color: 6263971.

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

Color convert

RGB16314895-
CMYK00.090.420.36
HSL46.76º26.98%50.59%-
HSV(B)46.76º41.72%63.92%-
XYZ27.7629.7915.11-
YUV146.4498.97139.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.15%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 95 (37.5% from 255) = 23.40%
R=40.15%
G=36.45%
B=23.40%

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
Decimal1631489500.090.420.3646.7626.9850.59
HexA3945F092A242f1b33
Octal2432241370115244573363
Binary101000111001010010111110100110101010010010111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3945F; }

 p { color: rgb(163,148,95); }

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

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

 a { background-color: rgb(163,148,95); }

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

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

 span { border-color: rgb(163,148,95); }

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