#A2965E

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

Shades of Gurkha #A2965E

Tints of Gurkha #A2965E

Color information

#A2965E (or 0xA2965E) is unknown color: approx Gurkha. HEX triplet: A2, 96 and 5E. RGB value is (162,150,94). Sum of RGB (Red+Green+Blue) = 162+150+94=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A2965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2965E is #5D69A1. Grayscale: #939393. Windows color (decimal): -6121890 or 6198946. OLE color: 6198946.

HSL color Cylindrical-coordinate representation of color #A2965E: hue angle of 49.41º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2965E is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB16215094-
CMYK00.070.420.36
HSL49.41º26.77%50.2%-
HSV(B)49.41º41.98%63.53%-
XYZ27.8330.314.97-
YUV147.297.98138.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 150 (58.98% from 255) = 36.95%
BLUE value IS 94 (37.11% from 255) = 23.15%
R=39.90%
G=36.95%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621509400.070.420.3649.4126.7750.2
HexA2965E072A24311b32
Octal242226136075244613362
Binary10100010100101101011110011110101010010011000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2965E; }

 p { color: rgb(162,150,94); }

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

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

 a { background-color: rgb(162,150,94); }

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

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

 span { border-color: rgb(162,150,94); }

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