#A3965F

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

Shades of Gurkha #A3965F

Tints of Gurkha #A3965F

Color information

#A3965F (or 0xA3965F) is unknown color: approx Gurkha. HEX triplet: A3, 96 and 5F. RGB value is (163,150,95). Sum of RGB (Red+Green+Blue) = 163+150+95=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A3965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3965F is #5C69A0. Grayscale: #939393. Windows color (decimal): -6056353 or 6264483. OLE color: 6264483.

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

Color convert

RGB16315095-
CMYK00.080.420.36
HSL48.53º26.98%50.59%-
HSV(B)48.53º41.72%63.92%-
XYZ28.0830.4315.22-
YUV147.6298.31138.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 150 (58.98% from 255) = 36.76%
BLUE value IS 95 (37.5% from 255) = 23.28%
R=39.95%
G=36.76%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631509500.080.420.3648.5326.9850.59
HexA3965F082A24311b33
Octal2432261370105244613363
Binary101000111001011010111110100010101010010011000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3965F; }

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

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

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

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

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

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

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

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