#A39360

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

Shades of Gurkha #A39360

Tints of Gurkha #A39360

Color information

#A39360 (or 0xA39360) is unknown color: approx Gurkha. HEX triplet: A3, 93 and 60. RGB value is (163,147,96). Sum of RGB (Red+Green+Blue) = 163+147+96=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A39360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39360 is #5C6C9F. Grayscale: #929292. Windows color (decimal): -6057120 or 6329251. OLE color: 6329251.

HSL color Cylindrical-coordinate representation of color #A39360: hue angle of 45.67º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A39360 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16314796-
CMYK00.100.410.36
HSL45.67º26.69%50.78%-
HSV(B)45.67º41.1%63.92%-
XYZ27.6529.515.3-
YUV145.9799.8140.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.15%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=40.15%
G=36.21%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631479600.100.410.3645.6726.6950.78
HexA393600A29242e1b33
Octal2432231400125144563363
Binary101000111001001111000000101010100110010010111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39360; }

 p { color: rgb(163,147,96); }

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

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

 a { background-color: rgb(163,147,96); }

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

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

 span { border-color: rgb(163,147,96); }

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