#A3995D

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

Shades of Gurkha #A3995D

Tints of Gurkha #A3995D

Color information

#A3995D (or 0xA3995D) is unknown color: approx Gurkha. HEX triplet: A3, 99 and 5D. RGB value is (163,153,93). Sum of RGB (Red+Green+Blue) = 163+153+93=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A3995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3995D is #5C66A2. Grayscale: #959595. Windows color (decimal): -6055587 or 6134179. OLE color: 6134179.

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

Color convert

RGB16315393-
CMYK00.060.430.36
HSL51.43º27.56%50.2%-
HSV(B)51.43º42.94%63.92%-
XYZ28.4731.3614.91-
YUV149.1596.31137.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 153 (60.16% from 255) = 37.41%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=39.85%
G=37.41%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631539300.060.430.3651.4327.5650.2
HexA3995D062B24331c32
Octal243231135065344633462
Binary10100011100110011011101011010101110010011001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3995D; }

 p { color: rgb(163,153,93); }

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

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

 a { background-color: rgb(163,153,93); }

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

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

 span { border-color: rgb(163,153,93); }

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