#A3975D

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

Shades of Gurkha #A3975D

Tints of Gurkha #A3975D

Color information

#A3975D (or 0xA3975D) is unknown color: approx Gurkha. HEX triplet: A3, 97 and 5D. RGB value is (163,151,93). Sum of RGB (Red+Green+Blue) = 163+151+93=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3975D is #5C68A2. Grayscale: #949494. Windows color (decimal): -6056099 or 6133667. OLE color: 6133667.

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

Color convert

RGB16315193-
CMYK00.070.430.36
HSL49.71º27.56%50.2%-
HSV(B)49.71º42.94%63.92%-
XYZ28.1530.7114.8-
YUV147.9896.98138.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 151 (59.38% from 255) = 37.10%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=40.05%
G=37.10%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631519300.070.430.3649.7127.5650.2
HexA3975D072B24321c32
Octal243227135075344623462
Binary10100011100101111011101011110101110010011001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3975D; }

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

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

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

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

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

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

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

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