#A3975F

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

Shades of Gurkha #A3975F

Tints of Gurkha #A3975F

Color information

#A3975F (or 0xA3975F) is unknown color: approx Gurkha. HEX triplet: A3, 97 and 5F. RGB value is (163,151,95). Sum of RGB (Red+Green+Blue) = 163+151+95=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A3975F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3975F is #5C68A0. Grayscale: #949494. Windows color (decimal): -6056097 or 6264739. OLE color: 6264739.

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

Color convert

RGB16315195-
CMYK00.070.420.36
HSL49.41º26.98%50.59%-
HSV(B)49.41º41.72%63.92%-
XYZ28.2430.7515.27-
YUV148.297.98138.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 95 (37.5% from 255) = 23.23%
R=39.85%
G=36.92%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631519500.070.420.3649.4126.9850.59
HexA3975F072A24311b33
Octal243227137075244613363
Binary10100011100101111011111011110101010010011000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3975F; }

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

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

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

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

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

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

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

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