#A39960

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

Shades of Gurkha #A39960

Tints of Gurkha #A39960

Color information

#A39960 (or 0xA39960) is unknown color: approx Gurkha. HEX triplet: A3, 99 and 60. RGB value is (163,153,96). Sum of RGB (Red+Green+Blue) = 163+153+96=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A39960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39960 is #5C669F. Grayscale: #959595. Windows color (decimal): -6055584 or 6330787. OLE color: 6330787.

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

Color convert

RGB16315396-
CMYK00.060.410.36
HSL51.04º26.69%50.78%-
HSV(B)51.04º41.1%63.92%-
XYZ28.6131.4115.62-
YUV149.4997.81137.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.56%
GREEN value IS 153 (60.16% from 255) = 37.14%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=39.56%
G=37.14%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631539600.060.410.3651.0426.6950.78
HexA39960062924331b33
Octal243231140065144633363
Binary10100011100110011100000011010100110010011001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39960; }

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

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

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

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

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

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

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

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