#A09365

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

Shades of Gurkha #A09365

Tints of Gurkha #A09365

Color information

#A09365 (or 0xA09365) is unknown color: approx Gurkha. HEX triplet: A0, 93 and 65. RGB value is (160,147,101). Sum of RGB (Red+Green+Blue) = 160+147+101=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A09365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09365 is #5F6C9A. Grayscale: #919191. Windows color (decimal): -6253723 or 6656928. OLE color: 6656928.

HSL color Cylindrical-coordinate representation of color #A09365: hue angle of 46.78º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A09365 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB160147101-
CMYK00.080.370.37
HSL46.78º23.69%51.18%-
HSV(B)46.78º36.88%62.75%-
XYZ27.2829.2816.53-
YUV145.64102.81138.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 147 (57.81% from 255) = 36.03%
BLUE value IS 101 (39.84% from 255) = 24.75%
R=39.22%
G=36.03%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014710100.080.370.3746.7823.6951.18
HexA093650825252f1833
Octal2402231450104545573063
Binary101000001001001111001010100010010110010110111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09365; }

 p { color: rgb(160,147,101); }

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

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

 a { background-color: rgb(160,147,101); }

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

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

 span { border-color: rgb(160,147,101); }

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