#A09265

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

Shades of Gurkha #A09265

Tints of Gurkha #A09265

Color information

#A09265 (or 0xA09265) is unknown color: approx Gurkha. HEX triplet: A0, 92 and 65. RGB value is (160,146,101). Sum of RGB (Red+Green+Blue) = 160+146+101=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A09265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09265 is #5F6D9A. Grayscale: #919191. Windows color (decimal): -6253979 or 6656672. OLE color: 6656672.

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

Color convert

RGB160146101-
CMYK00.090.370.37
HSL45.76º23.69%51.18%-
HSV(B)45.76º36.88%62.75%-
XYZ27.1328.9716.47-
YUV145.06103.14138.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 101 (39.84% from 255) = 24.82%
R=39.31%
G=35.87%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014610100.090.370.3745.7623.6951.18
HexA092650925252e1833
Octal2402221450114545563063
Binary101000001001001011001010100110010110010110111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09265; }

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

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

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

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

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

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

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

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