#A39761

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

Shades of Gurkha #A39761

Tints of Gurkha #A39761

Color information

#A39761 (or 0xA39761) is unknown color: approx Gurkha. HEX triplet: A3, 97 and 61. RGB value is (163,151,97). Sum of RGB (Red+Green+Blue) = 163+151+97=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A39761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39761 is #5C689E. Grayscale: #949494. Windows color (decimal): -6056095 or 6395811. OLE color: 6395811.

HSL color Cylindrical-coordinate representation of color #A39761: hue angle of 49.09º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A39761 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16315197-
CMYK00.070.400.36
HSL49.09º26.4%50.98%-
HSV(B)49.09º40.49%63.92%-
XYZ28.3330.7815.76-
YUV148.4398.98138.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 151 (59.38% from 255) = 36.74%
BLUE value IS 97 (38.28% from 255) = 23.60%
R=39.66%
G=36.74%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631519700.070.400.3649.0926.450.98
HexA39761072824311a33
Octal243227141075044613263
Binary10100011100101111100001011110100010010011000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39761; }

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

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

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

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

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

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

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

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