#A09665

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

Shades of Gurkha #A09665

Tints of Gurkha #A09665

Color information

#A09665 (or 0xA09665) is unknown color: approx Gurkha. HEX triplet: A0, 96 and 65. RGB value is (160,150,101). Sum of RGB (Red+Green+Blue) = 160+150+101=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A09665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09665 is #5F699A. Grayscale: #939393. Windows color (decimal): -6252955 or 6657696. OLE color: 6657696.

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

Color convert

RGB160150101-
CMYK00.060.370.37
HSL49.83º23.69%51.18%-
HSV(B)49.83º36.88%62.75%-
XYZ27.7530.2316.68-
YUV147.4101.81136.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.93%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 101 (39.84% from 255) = 24.57%
R=38.93%
G=36.50%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015010100.060.370.3749.8323.6951.18
HexA09665062525321833
Octal240226145064545623063
Binary10100000100101101100101011010010110010111001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09665; }

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

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

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

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

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

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

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

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