#A39261

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

Shades of Gurkha #A39261

Tints of Gurkha #A39261

Color information

#A39261 (or 0xA39261) is unknown color: approx Gurkha. HEX triplet: A3, 92 and 61. RGB value is (163,146,97). Sum of RGB (Red+Green+Blue) = 163+146+97=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A39261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39261 is #5C6D9E. Grayscale: #919191. Windows color (decimal): -6057375 or 6394531. OLE color: 6394531.

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

Color convert

RGB16314697-
CMYK00.100.400.36
HSL44.55º26.4%50.98%-
HSV(B)44.55º40.49%63.92%-
XYZ27.5429.2115.5-
YUV145.5100.63140.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.15%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=40.15%
G=35.96%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631469700.100.400.3644.5526.450.98
HexA392610A28242d1a33
Octal2432221410125044553263
Binary101000111001001011000010101010100010010010110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39261; }

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

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

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

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

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

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

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

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