#A1966C

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

Shades of Gurkha #A1966C

Tints of Gurkha #A1966C

Color information

#A1966C (or 0xA1966C) is unknown color: approx Gurkha. HEX triplet: A1, 96 and 6C. RGB value is (161,150,108). Sum of RGB (Red+Green+Blue) = 161+150+108=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1966C is #5E6993. Grayscale: #949494. Windows color (decimal): -6187412 or 7116449. OLE color: 7116449.

HSL color Cylindrical-coordinate representation of color #A1966C: hue angle of 47.55º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1966C is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB161150108-
CMYK00.070.330.37
HSL47.55º21.99%52.75%-
HSV(B)47.55º32.92%63.14%-
XYZ28.3130.4718.58-
YUV148.5105.14136.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=38.42%
G=35.80%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115010800.070.330.3747.5521.9952.75
HexA1966C072125301635
Octal241226154074145602665
Binary10100001100101101101100011110000110010111000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1966C; }

 p { color: rgb(161,150,108); }

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

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

 a { background-color: rgb(161,150,108); }

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

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

 span { border-color: rgb(161,150,108); }

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