#A39A61

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

Shades of Gurkha #A39A61

Tints of Gurkha #A39A61

Color information

#A39A61 (or 0xA39A61) is unknown color: approx Gurkha. HEX triplet: A3, 9A and 61. RGB value is (163,154,97). Sum of RGB (Red+Green+Blue) = 163+154+97=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39A61 is #5C659E. Grayscale: #969696. Windows color (decimal): -6055327 or 6396579. OLE color: 6396579.

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

Color convert

RGB16315497-
CMYK00.060.400.36
HSL51.82º26.4%50.98%-
HSV(B)51.82º40.49%63.92%-
XYZ28.8231.7615.92-
YUV150.1997.98137.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 154 (60.55% from 255) = 37.20%
BLUE value IS 97 (38.28% from 255) = 23.43%
R=39.37%
G=37.20%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631549700.060.400.3651.8226.450.98
HexA39A61062824341a33
Octal243232141065044643263
Binary10100011100110101100001011010100010010011010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39A61; }

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

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

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

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

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

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

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

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