#A59660

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

Shades of Gurkha #A59660

Tints of Gurkha #A59660

Color information

#A59660 (or 0xA59660) is unknown color: approx Gurkha. HEX triplet: A5, 96 and 60. RGB value is (165,150,96). Sum of RGB (Red+Green+Blue) = 165+150+96=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A59660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59660 is #5A699F. Grayscale: #949494. Windows color (decimal): -5925280 or 6330021. OLE color: 6330021.

HSL color Cylindrical-coordinate representation of color #A59660: hue angle of 46.96º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A59660 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16515096-
CMYK00.090.420.35
HSL46.96º27.71%51.18%-
HSV(B)46.96º41.82%64.71%-
XYZ28.5330.6615.48-
YUV148.3398.47139.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 96 (37.89% from 255) = 23.36%
R=40.15%
G=36.50%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651509600.090.420.3546.9627.7151.18
HexA59660092A232f1c33
Octal2452261400115243573463
Binary101001011001011011000000100110101010001110111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59660; }

 p { color: rgb(165,150,96); }

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

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

 a { background-color: rgb(165,150,96); }

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

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

 span { border-color: rgb(165,150,96); }

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