#A3995F

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

Shades of Gurkha #A3995F

Tints of Gurkha #A3995F

Color information

#A3995F (or 0xA3995F) is unknown color: approx Gurkha. HEX triplet: A3, 99 and 5F. RGB value is (163,153,95). Sum of RGB (Red+Green+Blue) = 163+153+95=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A3995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3995F is #5C66A0. Grayscale: #959595. Windows color (decimal): -6055585 or 6265251. OLE color: 6265251.

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

Color convert

RGB16315395-
CMYK00.060.420.36
HSL51.18º26.98%50.59%-
HSV(B)51.18º41.72%63.92%-
XYZ28.5631.415.38-
YUV149.3897.31137.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 95 (37.5% from 255) = 23.11%
R=39.66%
G=37.23%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631539500.060.420.3651.1826.9850.59
HexA3995F062A24331b33
Octal243231137065244633363
Binary10100011100110011011111011010101010010011001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3995F; }

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

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

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

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

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

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

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

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